Update link decoration
This commit is contained in:
parent
3bb18ff622
commit
34cfa4e497
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@
|
|||
<link href="{{ FEED_DOMAIN }}/{% if TAG_FEED_RSS_URL %}{{ TAG_FEED_RSS_URL.format(slug=tag.slug) }}{% else %}{{ TAG_FEED_RSS.format(slug=tag.slug) }}{% endif %}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Tags RSS Feed" />
|
||||
{% endif %}
|
||||
{% endblock head %}
|
||||
<style>
|
||||
a { text-decoration: underline; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue