HermanMartinus / bearblog

Free, no-nonsense, super fast blogging.
MIT License
2.39k stars 73 forks source link

Style the tags #148

Closed tsangiotis closed 2 years ago

tsangiotis commented 2 years ago

In order to style the tags a class placeholder can be set. This is already available now in the blog-posts section, title and others.

e.g:

<small>
  <div class="tags">
    <a href="/blog/?q=python">#python</a>
    <a href="/blog/?q=html">#html</a>
    <a href="/blog/?q=django">#django</a>
    <a href="/blog/?q=til">#til</a>
  </div>
</small> 
HermanMartinus commented 2 years ago

Added class="tags" on both post and posts templates 👍

87c724aaf61a7bd74cf340eca7a740497630e88b