mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #21234 from overleaf/jpa-pug-partials
[web] prefix file names of pug partials with underscore GitOrigin-RevId: 956618f52e2639185d9f518c44d62f72ba0e222e
This commit is contained in:
parent
5c8daedf72
commit
945a6a8155
3 changed files with 2 additions and 2 deletions
|
@ -14,4 +14,4 @@ block content
|
|||
#pdf-preview-detached-root()
|
||||
|
||||
block append meta
|
||||
include ./editor/meta
|
||||
include editor/_meta
|
||||
|
|
|
@ -23,7 +23,7 @@ block content
|
|||
span.loading-screen-ellip .
|
||||
|
||||
block append meta
|
||||
include ./editor/meta
|
||||
include editor/_meta
|
||||
|
||||
block prepend foot-scripts
|
||||
each file in (useOpenTelemetry ? entrypointScripts("tracing") : [])
|
||||
|
|
Loading…
Reference in a new issue