Swap h3 for p,strong for RSS subscribe header

master
Raymon Zutekouw 3 years ago
parent 2d6e087342
commit 9e0d3954d2
No known key found for this signature in database
GPG Key ID: 1E9BCC39EDD1DD53
  1. 2
      client/templates/post_single_page.html

@ -26,7 +26,7 @@
<article> <article>
<header> <header>
<h1>{{title}}</h1> <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> </header>
<time datetime="{{date}}"></time> <time datetime="{{date}}"></time>
{{content}} {{content}}

Loading…
Cancel
Save