Skip to content

Commit

Permalink
Merge pull request #298 from liborjelinek/296-Fix-sidebars-CSS-naming
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Nov 1, 2024
2 parents c17d644 + e7edcdf commit 74cc6a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ablog/templates/ablog/archives.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if ablog.archive %}
<div class="ablog-sidebar-item ablog__archive">
<div class="ablog-sidebar-item ablog__archives">
<h3>
<a href="{{ pathto(ablog.archive.docname) }}">{{ gettext('Archives') }}</a>
</h3>
Expand Down
2 changes: 1 addition & 1 deletion src/ablog/templates/ablog/categories.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if ablog.category %}
<div class="ablog-sidebar-item ablog__category">
<div class="ablog-sidebar-item ablog__categories">
<h3>
<a href="{{ pathto(ablog.category.path) }}">{{ gettext('Categories') }}</a>
</h3>
Expand Down
2 changes: 1 addition & 1 deletion src/ablog/templates/ablog/tagcloud.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if ablog.tags %}
<div class="ablog-sidebar-item ablog__tags">
<div class="ablog-sidebar-item ablog__tagcloud">
<link
rel="stylesheet"
href="{{ pathto('_static/ablog/tagcloud.css', 1) }}"
Expand Down

0 comments on commit 74cc6a7

Please sign in to comment.