Link to article page in article list

main
Georg Krause 2019-05-16 14:00:20 +02:00
parent b62295a8c5
commit 7af3c0c616
2 changed files with 6 additions and 2 deletions

View File

@ -96,10 +96,13 @@ footer {
header h2 {
margin: 0px;
margin-bottom: 10px;
color: #ff9900;
}
article header h2 a {
color: #ff9900 !important;
}
article {
border: 1px solid #7f8c8d;
padding: 20px;

View File

@ -9,7 +9,8 @@
{% for article in articles_page.object_list %}
<article>
<header>
<h2>{{ article.title }}</h2>
<h2><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark"
title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h2>
</header>
<footer>
Published on