Skip to content
Snippets Groups Projects
Commit f1a205cc authored by Nikos Roussos's avatar Nikos Roussos
Browse files

Add shortdate to posts

parent 55e11221
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -134,6 +134,7 @@ a.text-muted {
 
.lead {
padding-left: 10px;
margin-bottom: 10px;
}
 
.post-title {
Loading
Loading
Loading
Loading
@@ -17,11 +17,12 @@
{% block content %}
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="col-md-12 post-title">
<h3>
<a href="/{{ link }}">{{ title }}</a>
</h3>
<small>
{{ shortdate }} -
{% for tag in tags %}
<a href="/tag/{{ tag }}/">#{{ tag }}</a>
{% endfor %}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment