forked from I2P_Developers/i2p.www
Use lastupdated styling for blog post info
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
{%- from "global/macros" import render_categories with context -%}
|
{%- from "global/macros" import render_categories with context -%}
|
||||||
{% block title %}{{ title }} - {{ _('Blog') }}{% endblock %}
|
{% block title %}{{ title }} - {{ _('Blog') }}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<ul id="post-info">
|
<ul id="post-info" class="lastupdated">
|
||||||
<li class="date">{{ meta.date }}</li>
|
<li class="date">{{ meta.date }}</li>
|
||||||
<li class="author">{{ meta.author }}</li>
|
<li class="author">{{ meta.author }}</li>
|
||||||
<li class="category">{{ render_categories(meta.category)|safe }}</li>
|
<li class="category">{{ render_categories(meta.category)|safe }}</li>
|
||||||
|
@ -226,6 +226,11 @@ div#content .inner td {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#post-info {
|
||||||
|
list-style: none;
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
#global-footer {
|
#global-footer {
|
||||||
width:auto;
|
width:auto;
|
||||||
border-top:3px
|
border-top:3px
|
||||||
|
Reference in New Issue
Block a user