Category information to be used with plugin autopages

This commit is contained in:
Fabrice Mouhartem 2019-04-26 02:34:22 +05:30
parent e874b3471c
commit a277abeb44
3 changed files with 8 additions and 2 deletions

View File

@ -158,7 +158,10 @@ hr.small {
margin-bottom: 50px;
text-shadow: black 0em 0em 0.2em;
}
.post-heading > a {
.post-heading p a {
text-decoration: none;
}
.post-heading a {
font-weight: bold;
color: #ddd;
}

File diff suppressed because one or more lines are too long

View File

@ -16,6 +16,9 @@
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<h1>{{ gettext('Category:') }} {{ category }}</h1>
{% if category.page.content %}
{{ category.page.content }}
{% endif %}
</div>
</div>
</div>