Skip to content

Commit e7edcdf

Browse files
committed
Fix sidebars CSS naming
1 parent c17d644 commit e7edcdf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ablog/templates/ablog/archives.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% if ablog.archive %}
2-
<div class="ablog-sidebar-item ablog__archive">
2+
<div class="ablog-sidebar-item ablog__archives">
33
<h3>
44
<a href="{{ pathto(ablog.archive.docname) }}">{{ gettext('Archives') }}</a>
55
</h3>

src/ablog/templates/ablog/categories.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% if ablog.category %}
2-
<div class="ablog-sidebar-item ablog__category">
2+
<div class="ablog-sidebar-item ablog__categories">
33
<h3>
44
<a href="{{ pathto(ablog.category.path) }}">{{ gettext('Categories') }}</a>
55
</h3>

src/ablog/templates/ablog/tagcloud.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% if ablog.tags %}
2-
<div class="ablog-sidebar-item ablog__tags">
2+
<div class="ablog-sidebar-item ablog__tagcloud">
33
<link
44
rel="stylesheet"
55
href="{{ pathto('_static/ablog/tagcloud.css', 1) }}"

0 commit comments

Comments
 (0)