summaryrefslogtreecommitdiff
path: root/template/content/main.tpl
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-10-16 18:34:16 +0200
committeremkael <emkael@tlen.pl>2016-10-16 18:34:16 +0200
commitb0d6b1b1cb56bc01a0b908c99d8d0bd6c398558c (patch)
treef6909f3081fe1648f9656b86210c2ebde1bafc16 /template/content/main.tpl
parente2a0a09f8ea60d343c304c31f5ac0e7b64dfacea (diff)
* main page
Diffstat (limited to 'template/content/main.tpl')
-rw-r--r--template/content/main.tpl21
1 files changed, 21 insertions, 0 deletions
diff --git a/template/content/main.tpl b/template/content/main.tpl
index e69de29..193442a 100644
--- a/template/content/main.tpl
+++ b/template/content/main.tpl
@@ -0,0 +1,21 @@
+<div class="panel panel-default">
+ <div class="panel-heading">
+ <h3>Recent content</h3>
+ </div>
+ <div class="panel-body">
+ <ul class="list-group">
+ <li class="list-group-item">
+ <time datetime="2016-10-16T18:05">[2016-10-16]</time>
+ <a href="2016/10/16/an-introduction-to-bash-completion-part-2/">
+ Polish translation of "An introduction to bash completion: part 2"
+ </a>
+ </li>
+ <li class="list-group-item">
+ <time datetime="2016-10-16T11:05">[2016-10-16]</time>
+ <a href="2016/10/16/an-introduction-to-bash-completion-part-1/">
+ Polish translation of "An introduction to bash completion: part 1"
+ </a>
+ </li>
+ </ul>
+ </div>
+</div>