summaryrefslogtreecommitdiffstats
path: root/themes/rusted/templates/_post-title.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/rusted/templates/_post-title.html')
-rw-r--r--themes/rusted/templates/_post-title.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/themes/rusted/templates/_post-title.html b/themes/rusted/templates/_post-title.html
deleted file mode 100644
index 471135d..0000000
--- a/themes/rusted/templates/_post-title.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<div class="row post-title">
- <div class="col-xs-4 col-md-4">
- <span class="small text-muted time-prefix">
- <time pubdate="pubdate" datetime="{{ article.date.isoformat() }}">{{ article.date.strftime("%d %b %Y").upper() }}</time>
- </span>
- </div>
- <div class="col-xs-8 col-md-8 text-right">
- <a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a>
- </div>
-</div>