Initial commit of site with new terminal theme
This commit is contained in:
commit
a3cb590d26
37 changed files with 1534 additions and 0 deletions
5
layouts/page/presentation.html
Normal file
5
layouts/page/presentation.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<ul>
|
||||
{{ range sort .Site.Data.presentations "date" }}
|
||||
<li><a href={{ .link }}>{{ .title }} ({{ .author }})</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue