dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_ticky_tacky_dark
mirror of
https://github.com/kc0bfv/ticky_tacky_dark.git
summary
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Dial back js includes, now possible as params
Karl
03.35.2020
8c9e97bf8c819501374b15d25b68a7137af9b8a8
[external-software/github_gohugo_theme_ticky_tacky_dark.git]
/
layouts
/
_default
/
single.html
1
2
3
4
5
6
7
8
9
10
{{ define "main" }}
<div class="col-12 col-sm-5">
{{ with .Params.images }}
<img id="sideimage" class="morerounded" src="{{ "img/side_image_template.png" | relURL }}" alt="{{ $.Params.imagealt }}">
{{ end }}
</div>
<div class="col-12 col-sm-7">
{{ .Content | safeHTML }}
</div>
{{ end }}