diff options
author | emkael <emkael@tlen.pl> | 2016-10-16 18:34:16 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-10-16 18:34:16 +0200 |
commit | b0d6b1b1cb56bc01a0b908c99d8d0bd6c398558c (patch) | |
tree | f6909f3081fe1648f9656b86210c2ebde1bafc16 /template/content | |
parent | e2a0a09f8ea60d343c304c31f5ac0e7b64dfacea (diff) |
* main page
Diffstat (limited to 'template/content')
-rw-r--r-- | template/content/main.tpl | 21 |
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> |