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:
Jakob Ackermann 2024-10-25 13:31:10 +02:00 committed by Copybot
parent 5c8daedf72
commit 945a6a8155
3 changed files with 2 additions and 2 deletions

View file

@ -14,4 +14,4 @@ block content
#pdf-preview-detached-root()
block append meta
include ./editor/meta
include editor/_meta

View file

@ -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") : [])