Skip to content
Snippets Groups Projects
Commit 7274a619 authored by yahiko's avatar yahiko
Browse files

Change CSS category for voyages + add date to draft list

parent e397aaa6
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
} }
/* voyage */ /* voyage */
.cat-voyages::before { .cat-voyages-balades::before {
content: "🗺️"; content: "🗺️";
letter-spacing: 10px; letter-spacing: 10px;
margin-left: -5px; margin-left: -5px;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="drafts"> <div class="drafts">
<ul> <ul>
{% for draft in drafts %} {% for draft in drafts %}
<li><a href="{{ SITEURL }}/{{ draft.url }}">{{ draft.title }}</a></li> <li>{{ draft.locale_date }} - <a href="{{ SITEURL }}/{{ draft.url }}">{{ draft.title }}</a></li>
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment