Skip to content

Commit

Permalink
[base.html] Set link list items bold (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Mar 21, 2024
1 parent 52141d2 commit 1f2464d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions chumweb/www/views/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ <h4>SailfishOS:Chum</h4>
</form>
{% endblock search %}
<div class="section-menu link-list">
<p><a href="{{ "index.html" | to_public_url }}">Home</a></p>
<p><a href="{{ "about.html" | to_public_url }}">About</a></p>
<p><a href="{{ "apps/index-a.html" | to_public_url }}">All apps</a></p>
<p><a href="{{ "pkgs/index-a.html" | to_public_url }}">All packages</a></p>
<p><a href="{{ "apps/index-category-accessibility.html" | to_public_url }}">All apps by category</a></p>
<p><a href="{{ "pkgs/index-category-accessibility.html" | to_public_url }}">All packages by category</a></p>
<p><b><a href="{{ "index.html" | to_public_url }}">Home</a></b></p>
<p><b><a href="{{ "about.html" | to_public_url }}">About</a></b></p>
<p><b><a href="{{ "apps/index-a.html" | to_public_url }}">All apps</a></b></p>
<p><b><a href="{{ "pkgs/index-a.html" | to_public_url }}">All packages</a></b></p>
<p><b><a href="{{ "apps/index-category-accessibility.html" | to_public_url }}">All apps by category</a></b></p>
<p><b><a href="{{ "pkgs/index-category-accessibility.html" | to_public_url }}">All packages by category</a></b></p>
</div>
</nav>
<footer class="section-site-footer section-secondary">
Expand Down

0 comments on commit 1f2464d

Please sign in to comment.