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
16e8d55714
commit
8e2e0766c7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
<header class="major">
|
<header class="major">
|
||||||
<h1>{{ post.title }}</h1>
|
<h1>{{ post.title }}</h1>
|
||||||
</header>
|
</header>
|
||||||
<span class="image main"><img src="{{ post.image }}" alt="" /></span>
|
<span class="image main"><img src="{{ site.baseurl }}{{ post.image }}" alt="" /></span>
|
||||||
<p>{{ content }}</p>
|
<p>{{ content }}</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue