Updates migrating previous theme to hugo-bearcub
Some checks failed
github pages / deploy (push) Failing after 2s
Some checks failed
github pages / deploy (push) Failing after 2s
This commit is contained in:
parent
1d12a76549
commit
ef8f417c6c
14 changed files with 213 additions and 26 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