File: archive.html

package info (click to toggle)
lua-orbit 2.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,956 kB
  • ctags: 638
  • sloc: sql: 78; sh: 32; makefile: 31; xml: 20
file content (10 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
$import{"index_view"}

  $show_posts{ archive = true, include_tags = {"blog-%"}, count = 7 }[[
<div class = "blogentry">
    $if_new_date[=[<h2>$date_string</h2>]=]
    <h3>$title</h3>
    $markdown_body
    <p class = "posted">Published at $hour_padded:$minute_padded | <a href ="$uri#comments">Comments ($n_comments)</a></p>
</div>
  ]]