fuc
This commit is contained in:
parent
86525a855b
commit
9d418fd132
1 changed files with 9 additions and 7 deletions
|
@ -6,12 +6,14 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
{% include navbar.html %}
|
||||
<header>{% include navbar.html %}</header>
|
||||
|
||||
<div class="container" style="padding: 30px;">
|
||||
<div style="text-align: center;">
|
||||
<h1 style="display: inline-block; margin: 0;">{{ page.title }}</h1>
|
||||
<p style="font-size: 0.9em;">published: <b>{{ page.date | date_to_long_string }}</b></p>
|
||||
<p style="font-size: 0.9em;">published:
|
||||
<b>{{ page.date | date_to_long_string }}</b>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{{ content }}
|
||||
|
|
Loading…
Reference in a new issue