mirror of
https://github.com/itme-brain/itme-brain.github.io.git
synced 2026-03-23 20:19:43 -04:00
overhaul
This commit is contained in:
parent
8c6b8d5d9b
commit
9576fe3e3f
21 changed files with 980 additions and 138 deletions
15
_layouts/post.html
Normal file
15
_layouts/post.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
layout: base
|
||||
---
|
||||
<article class="post">
|
||||
<header class="post-header">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<time class="post-date" datetime="{{ page.date | date: '%Y-%m-%d' }}">{{ page.date | date: "%B %-d, %Y" }}</time>
|
||||
</header>
|
||||
<div class="post-content">
|
||||
{{ content }}
|
||||
</div>
|
||||
<footer class="post-nav">
|
||||
<a href="{{ '/blog' | relative_url }}">← Back to Blog</a>
|
||||
</footer>
|
||||
</article>
|
||||
Loading…
Add table
Add a link
Reference in a new issue