Welcome to mirror list, hosted at ThFree Co, Russian Federation.

single.html « _default « layouts - github.com/kc0bfv/ticky_tacky_dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4425f9683a9bdf5af10693e3951d9188071287b (plain)
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 }}