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
/
taxonomy
/
terms.html
blob
bfd9527094ae2f3036478e821e3668a1b1711f1f
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
{{ range (sort .Pages
"Title"
"asc"
) }}
12
<ul>
13
<a
href
=
"{{ .Permalink }}"
>
14
<li>
{{ .Title }}
</li>
15
</a>
16
</ul>
17
{{ end }}
18
{{ end }}