diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:11:20 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:11:20 +0100 |
commit | b23c816a0df39adf6716b995e83c3dd019edae7d (patch) | |
tree | 7f91cd45df0593e09da08a7a07de27b960b432bf /_layouts | |
parent | 45884d1574c78119c0179e62cd949bea146e660b (diff) | |
download | website-b23c816a0df39adf6716b995e83c3dd019edae7d.tar.gz |
Fancy stuffs
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 3 | ||||
-rw-r--r-- | _layouts/post.html | 2 |
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 |