|
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
|
|
<body class="{{ .Kind }} {{ anchorize .URL }} {{ .Section }}"> |
|
|
|
|
|
|
|
|
|
{{ readFile "themes/devfest-theme-hugo/static/icons.svg" | safeHTML }} |
|
|
|
|
{{ readFile "themes/ozgurkon-theme-hugo/static/icons.svg" | safeHTML }} |
|
|
|
|
|
|
|
|
|
{{ block "header" . }} |
|
|
|
|
{{ partial "header.html" . }} |
|
|
|
@ -20,7 +20,7 @@ |
|
|
|
|
{{ partial "footer.html" . }} |
|
|
|
|
{{ end }} |
|
|
|
|
|
|
|
|
|
<script src="/theme.js?v=2" async></script> |
|
|
|
|
<script src="/theme.js?v=3" async></script> |
|
|
|
|
{{ block "scripts" . }} |
|
|
|
|
<!-- No extra scripts --> |
|
|
|
|
{{ end }} |
|
|
|
|