mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
do not change the default theme (because grav may update it
This commit is contained in:
parent
da36991550
commit
20f21aa91e
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<div id="body-inner" dir="auto" class="highlightable">
|
||||
<div id="body-inner" class="highlightable">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>
|
||||
{{ page.content|raw }}
|
||||
|
|
6
themes/yunohost-docs/templates/partials/page.html.twig
Normal file
6
themes/yunohost-docs/templates/partials/page.html.twig
Normal file
|
@ -0,0 +1,6 @@
|
|||
<div id="body-inner" dir="auto" class="highlightable">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>
|
||||
{{ page.content|raw }}
|
||||
</p>
|
||||
</div>
|
Loading…
Add table
Reference in a new issue