summary refs log tree commit diff stats
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 40e3bc8..93c1a5e 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -9,6 +9,7 @@ layout: default
 <time class="dt-published" datetime="{{page.date}}">
     <p><em style="color: gray">{{page.date | date: "%-d %B %Y"}}</em></p>
 </time>
+
 <p class="p-summary" style="display: none;">{{post.excerpt | strip_html | truncatewords: 20}}</p>
 <span rel="author" class="h-card p-author" style="display: none;">
     <p class="p-name">Noah</p>
@@ -17,9 +18,12 @@ 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>
+
 {% for tag in page.tags %}
 <p class="p-category" style="display: none;">{{tag}}</p>
 {% endfor %}
+
 <div class="e-content" style="color: black;">{{content}}</div>
 
 <p>