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