mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 17:42:15 -05:00
[add] tags displaying
This commit is contained in:
parent
7b171c7340
commit
68e2061666
@ -176,6 +176,12 @@ a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#article .tags {
|
||||
font-size: 0.8em;
|
||||
color: #888;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.backhome {
|
||||
display: inline;
|
||||
}
|
||||
|
@ -20,6 +20,9 @@
|
||||
<header class="mbm">
|
||||
<h1>{{ entry.title|raw }}</h1>
|
||||
</header>
|
||||
<aside class="tags">
|
||||
tags: {% for tag in tags %}<a href="#">{{ tag.value }}</a> {% endfor %}<a href="#" title="{% trans "edit tags" %}">✎</a>
|
||||
</aside>
|
||||
<article>
|
||||
{{ content | raw }}
|
||||
</article>
|
||||
|
Loading…
Reference in New Issue
Block a user