diff options
Diffstat (limited to '_layouts')
-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> |