mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #5247 from overleaf/jpa-drop-unused-templates
[web] delete unused pug templates GitOrigin-RevId: 78c042a84c9e8ffc26f26ae3a936f55d6a34dac4
This commit is contained in:
parent
d630d4a37c
commit
f64cd511fa
3 changed files with 0 additions and 29 deletions
|
@ -1,6 +0,0 @@
|
|||
extends ../layout
|
||||
|
||||
block content
|
||||
.content.content-alt
|
||||
.blog
|
||||
| !{content}
|
|
@ -1,19 +0,0 @@
|
|||
extends ../layout
|
||||
|
||||
block content
|
||||
.masthead
|
||||
.container
|
||||
.row
|
||||
.col-md-12
|
||||
h1(ng-non-bindable) !{viewData.title}
|
||||
.row.row-spaced
|
||||
|
||||
.pattern-container
|
||||
.content
|
||||
.container
|
||||
.row
|
||||
.col-md-10.col-md-offset-1
|
||||
.card
|
||||
.row(ng-non-bindable)
|
||||
| !{viewData.html}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
extends ../layout
|
||||
|
||||
block content
|
||||
| !{content}
|
Loading…
Reference in a new issue