summary refs log tree commit diff stats
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html3
-rw-r--r--_layouts/post.html2
2 files changed, 3 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index b1ca51b..a8490fa 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -3,7 +3,8 @@
   <head>
     <meta charset="utf-8" />
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <title>mounderfod</title>
+    <title>{{page.title}} - mounderfod</title>
+    <link rel="icon" type="image/png" href="/assets/img/planets/Planet-4.png">
     <meta name="description" content="" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <link rel="stylesheet" href="/assets/index.css" />
diff --git a/_layouts/post.html b/_layouts/post.html
index bc104c8..e6a54de 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -15,5 +15,5 @@ layout: default
         <path
             d="M2 1a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l4.586-4.586a1 1 0 0 0 0-1.414l-7-7A1 1 0 0 0 6.586 1H2zm4 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z" />
     </svg>
-    <em style="color: gray;">{{page.tags | join ", "}}</em>
+    <em style="color: gray;">{{page.tags | join: ", "}}</em>
 </p>
\ No newline at end of file