forked from cccb-website-team/www
new images, new content, new theme almost finished
This commit is contained in:
parent
b62b53674f
commit
ba414b0015
56 changed files with 288 additions and 120 deletions
12
layouts/_default/list.xml.html
Normal file
12
layouts/_default/list.xml.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<events>
|
||||
{{ range .Pages }}
|
||||
<event>
|
||||
<title>{{ .Title }}</title>
|
||||
<link>{{ .Permalink }}</link>
|
||||
<date>{{ .Date.Format "2006-01-02" }}</date>
|
||||
<description>{{ .Summary | plainify }}</description>
|
||||
{{ with .Params.location }}<location>{{ . }}</location>{{ end }}
|
||||
</event>
|
||||
{{ end }}
|
||||
</events>
|
Reference in a new issue