mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Initial commit for the new website!
This commit is contained in:
23
_layouts/post.html
Normal file
23
_layouts/post.html
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
layout: layout
|
||||
---
|
||||
|
||||
{% if page.image %}
|
||||
<div class="cover">
|
||||
<img src="/images/posts/{{ page.image }}" alt="">
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<section class="post">
|
||||
|
||||
<h1>
|
||||
<a href="{{ page.url }}">{{ page.title }}</a>
|
||||
</h1>
|
||||
|
||||
<section class="byline">
|
||||
{{ page.date | date: "%B %e, %Y" }}
|
||||
</section>
|
||||
|
||||
{{ content }}
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user