diff options
Diffstat (limited to 'templates/post.twig')
| -rw-r--r-- | templates/post.twig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/post.twig b/templates/post.twig index 553c76e..92e7d28 100644 --- a/templates/post.twig +++ b/templates/post.twig | |||
| @@ -24,8 +24,8 @@ | |||
| 24 | <meta name="twitter:site" content="{{ global.twitter }}"> | 24 | <meta name="twitter:site" content="{{ global.twitter }}"> |
| 25 | 25 | ||
| 26 | <link rel="alternate" type="application/atom+xml" title="{{ global.author }}'s feed" href="/feed.atom"> | 26 | <link rel="alternate" type="application/atom+xml" title="{{ global.author }}'s feed" href="/feed.atom"> |
| 27 | <link rel="stylesheet" href="/static/style.css?v={{ "now"|date("YmdHi") }}"> | 27 | <link rel="stylesheet" href="/static/style.css?v={{ " now"|date("YmdHi") }}"> |
| 28 | <link rel="icon" type="image/png" href="/static/avatar-64x64.png?v={{ "now"|date("YmdHi") }}"> | 28 | <link rel="icon" type="image/png" href="/static/avatar-64x64.png?v={{ " now"|date("YmdHi") }}"> |
| 29 | 29 | ||
| 30 | </head> | 30 | </head> |
| 31 | 31 | ||
| @@ -39,7 +39,7 @@ | |||
| 39 | <header> | 39 | <header> |
| 40 | <h1>{{ options.title }}</h1> | 40 | <h1>{{ options.title }}</h1> |
| 41 | <div class="info"> | 41 | <div class="info"> |
| 42 | <time datetime="{{ options.date|date("Y, F j") }}">{{ options.date|date("Y, F j") }}</time> | 42 | <time datetime="{{ options.date|date(" Y, F j") }}">{{ options.date|date("Y, F j") }}</time> |
| 43 | <span>by {{ global.author }}</span> | 43 | <span>by {{ global.author }}</span> |
| 44 | </div> | 44 | </div> |
| 45 | </header> | 45 | </header> |
| @@ -50,13 +50,13 @@ | |||
| 50 | 50 | ||
| 51 | {{ content }} | 51 | {{ content }} |
| 52 | 52 | ||
| 53 | <div id="replybox"></div> | 53 | {#<div id="replybox"></div> |
| 54 | <script> | 54 | <script> |
| 55 | window.replybox = { | 55 | window.replybox = { |
| 56 | site: 'm6gBxwQnbM', | 56 | site: 'm6gBxwQnbM', |
| 57 | }; | 57 | }; |
| 58 | </script> | 58 | </script> |
| 59 | <script src="https://cdn.getreplybox.com/js/embed.js"></script> | 59 | <script src="https://cdn.getreplybox.com/js/embed.js"></script>#} |
| 60 | 60 | ||
| 61 | </article> | 61 | </article> |
| 62 | 62 | ||
