Category information to be used with plugin autopages
This commit is contained in:
parent
e874b3471c
commit
a277abeb44
@ -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;
|
||||
}
|
||||
|
2
static/css/clean-blog.min.css
vendored
2
static/css/clean-blog.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user