mirror of
https://github.com/adulau/art.git
synced 2024-11-22 10:07:08 +00:00
Update post.html
This commit is contained in:
parent
ffb9aeea5e
commit
4fc51e6470
1 changed files with 20 additions and 1 deletions
|
@ -10,7 +10,26 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
{% include header.html %} {{ content }} {% include footer.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Main -->
|
||||||
|
<div id="main" class="alt">
|
||||||
|
|
||||||
|
<!-- One -->
|
||||||
|
<section id="one">
|
||||||
|
<div class="inner">
|
||||||
|
<header class="major">
|
||||||
|
<h1>{{ post.title }}</h1>
|
||||||
|
</header>
|
||||||
|
<span class="image main"><img src="{{ post.image }}" alt="" /></span>
|
||||||
|
<p>{{ content }}</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{% include footer.html %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue