Swap h3 for p,strong for RSS subscribe header

This commit is contained in:
Raymon Zutekouw
2021-10-25 11:38:43 +02:00
parent 2d6e087342
commit 9e0d3954d2
+1 -1
View File
@@ -26,7 +26,7 @@
<article>
<header>
<h1>{{title}}</h1>
<h3>For those using a RSS reader, subscribe here: <a href="/posts/rss.xml">rss.xml</a></h3>
<p><strong>For those using a RSS reader, subscribe here: <a href="/posts/rss.xml">rss.xml</a></strong></p>
</header>
<time datetime="{{date}}"></time>
{{content}}