repo.or.cz
/
yosql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump dawidd6/action-send-mail from 3 to 4
[yosql.git]
/
yosql-website
/
themes
/
metio
/
layouts
/
_default
/
list.html
blob
dd5624a34e199f6ca356be025e1510997fc2218b
1
{{ define
"title"
}}
2
{{ .Site.Title }}
–
{{ .Title }}
3
{{ end }}
4
{{ define
"main"
}}
5
<h1
class
=
"post-titel"
>
6
<a
href
=
"{{ .Permalink }}"
>
7
{{ .Title }}
8
</a>
9
</h1>
10
{{ .Content }}
11
<h2>
Pages
</h2>
12
{{ range .Pages }}
13
<ul>
14
<a
href
=
"{{ .Permalink }}"
>
15
<li>
{{ .Title }}
</li>
16
</a>
17
</ul>
18
{{ end }}
19
{{ end }}