We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbd54a commit ea924caCopy full SHA for ea924ca
2 files changed
src/ablog/templates/ablog/postcard2.html
@@ -1,5 +1,5 @@
1
-{% if post.published and post.date != post.update %}
2
<div class="ablog-sidebar-item ablog__postcard2">
+{% if post.published and post.date != post.update %}
3
<li id="published">
4
<span>
5
{% if fa %}
@@ -161,5 +161,5 @@
161
{% endif %}
162
</a >
163
</li>
164
-</div>
165
+</div>
src/ablog/templates/postcard2.html
@@ -1,6 +1,6 @@
{{ warning("postcard2.html is an old template path, that is no longer used by ablog. Please use ablog/postcard2.html instead.") }}
6
@@ -162,5 +162,5 @@
166
0 commit comments