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
Partial change for correct URLs
Karl
13.41.2020
6f8677476daffcb9dfdd903ac79c1238dbb6aca9
[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.sideimages }}
<img id="sideimage" class="morerounded" src="{{ "img/side_image_template.png" | relURL }}" alt="{{ $.Params.sideimagealt }}">
{{ end }}
</div>
<div class="col-12 col-sm-7">
{{ .Content | safeHTML }}
</div>
{{ end }}