aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2020-12-25 04:05:50 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2020-12-25 04:05:50 +0100
commite88e83d8be2284d07c71a274e0b4f1665032502b (patch)
tree0941ceedb04aaf1ff927684cd21bcfa5dad42e12 /templates
parentc925fc33458fb445f10df9fa80a7ab51702203cc (diff)
downloadmitjafelicijan.com-e88e83d8be2284d07c71a274e0b4f1665032502b.tar.gz
Added weekly link subscription
Diffstat (limited to 'templates')
-rw-r--r--templates/partials/navigation.twig1
-rw-r--r--templates/post.twig10
2 files changed, 6 insertions, 5 deletions
diff --git a/templates/partials/navigation.twig b/templates/partials/navigation.twig
index cff6152..56e0ef1 100644
--- a/templates/partials/navigation.twig
+++ b/templates/partials/navigation.twig
@@ -3,4 +3,5 @@
3 <a href="/curriculum-vitae.html">CV</a> 3 <a href="/curriculum-vitae.html">CV</a>
4 <a href="https://twitter.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Twitter</a> 4 <a href="https://twitter.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Twitter</a>
5 <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Github</a> 5 <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Github</a>
6 <a href="/weekly-links.html">Weekly links</a>
6</nav> 7</nav>
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