diff options
author | emkael <emkael@tlen.pl> | 2018-02-28 23:01:47 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-02-28 23:01:47 +0100 |
commit | f021c54f2d2fc7db710ac76faf3c2a2552579f79 (patch) | |
tree | a8409201f9e9d02a27e8d8bf8b7662c53d92c3e5 /template | |
parent | 340375fcc0643ba2e5a493ced2d316b344c4b603 (diff) |
Index listing + menu and titles config
Diffstat (limited to 'template')
-rw-r--r-- | template/content/main.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/content/main.tpl b/template/content/main.tpl index a43561a..d0ddd5f 100644 --- a/template/content/main.tpl +++ b/template/content/main.tpl @@ -5,6 +5,12 @@ <div class="panel-body"> <ul class="list-group"> <li class="list-group-item"> + <time datetime="2018-02-28T23:00">[2018-02-28]</time> + <a href="2018/02/28/debugging-queries-to-bws/"> + Sniffing SQL queries made on BWS files - a tutorial (in Polish) + </a> + </li> + <li class="list-group-item"> <time datetime="2018-02-27T16:00">[2018-02-27]</time> JFR Teamy Play-off: v1.1.0 </li> |