Initial commit
This commit is contained in:
15
_layouts/post.html
Normal file
15
_layouts/post.html
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="w-full flex flex-row justify-center mt-2">
|
||||
<div class="w-full lg:w-3/4 px-8 flex flex-col items-start">
|
||||
<h1 class="text-3xl">{{ page.title }}</h1>
|
||||
|
||||
<span>Posted by <span class="italic">{{ page.author }}</span> on {{ page.date | date: "%d.%m.%Y" }}</span>
|
||||
|
||||
<article class="mt-5 prose lg:prose-xl max-w-none">
|
||||
{{ page.content }}
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user