diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 15:02:04 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 15:02:04 +0100 |
commit | 8db9805a6884c3122b9a51e562ea792e98982447 (patch) | |
tree | 1ff51ac166d446f23133e8b6c9eef3860760c006 | |
parent | e7a750af28583066f35c40eb1ab4db2a03aa3aca (diff) | |
download | website-8db9805a6884c3122b9a51e562ea792e98982447.tar.gz |
Ok i'm going to stop numbering them now
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 93c1a5e..a00961b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -18,7 +18,7 @@ layout: default <a class="u-url" rel="me" href="https://mounderfod.online"></a> <p class="p-country-name">United Kingdom</p> </span> -<a class="u-url" style="display: none;" href="https://mounderfod.online{{page.permalink}}">https://mounderfod.online{{page.permalink}}</a> +<a class="u-url" style="display: none;" href="https://mounderfod.online{{page.url}}">https://mounderfod.online{{page.url}}</a> {% for tag in page.tags %} <p class="p-category" style="display: none;">{{tag}}</p> |