summary refs log tree commit diff
path: root/template/all.ht
blob: 3214fb21fd7d926c96f40b26e785a9df1b5ebd97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Trivium: grammar, logic, rhetoric</title>
    <link rel="icon" href="trivium.ico">
    <link rel="stylesheet" href="style.css">
  </head>
  <body>

<div class="main">
<div class="wrapper">
<h1><span class="title">
<a href="./">Trivium: grammar, logic, rhetoric</a></span>
<span class="author">by
<a href="http://chneukirchen.org/">Christian Neukirchen</a></span></h1>

$ self[:entries].each { |entry|

<h2>
$# class="entry-title">
  <a href="${entry[:id]}" rel="bookmark">
    <abbr class="published" title="${entry[:date].iso8601}">
      ${entry[:title]}
    </abbr>
  </a>
</h2>

$ }

<address class="author vcard">
Copyright &#169; 2008&#8211;2013 <a class="email fn" href="mailto:chneukirchen@gmail.com">Christian Neukirchen</a>
</address>

</div>
</div>
</body>
</html>