mirror of
https://github.com/adulau/art.git
synced 2024-11-21 17:47:05 +00:00
Update post.html
This commit is contained in:
parent
8e2e0766c7
commit
da08b19212
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@
|
|||
<section id="one">
|
||||
<div class="inner">
|
||||
<header class="major">
|
||||
<h1>{{ post.title }}</h1>
|
||||
<h1>{{ page.title }}</h1>
|
||||
</header>
|
||||
<span class="image main"><img src="{{ site.baseurl }}{{ post.image }}" alt="" /></span>
|
||||
<span class="image main"><img src="{{ site.baseurl }}{{ page.image }}" alt="" /></span>
|
||||
<p>{{ content }}</p>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue