Merge pull request #9 from vacp2p/decanus-patch-2

Update post.html
This commit is contained in:
Oskar Thorén 2020-02-07 12:15:15 +08:00 committed by GitHub
commit af775cfc1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ layout: default
<div class="row">
<div class="col-lg-10 ml-auto mr-auto">
<h1>{{page.title}}</h1>
<div class="meta">{{ page.date | date_to_string }} • {{ page.author }}</div>
<div class="meta">{{ page.date | date_to_string }} • <a href="https://twitter.com/{{ page.author }}">{{ page.author }}</a></div>
<div class="editor-content">
{{ content }}
@ -16,4 +16,4 @@ layout: default
</div>
</div>
</div>
</div>
</div>