Introduction
Introduction Statistics Contact Development Disclaimer Help
tsummary.html - andersdamsgaard.com - my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
tsummary.html (1662B)
---
1 {{- if .Params.gallery }}
2 {{- else}}
3 <time datetime="{{ .PublishDate }}" class="catalogue-time">{{ .PublishDa…
4 {{- end}}
5
6 <h1 class="catalogue-title">{{ .Title }}</h1>
7 <div class="catalogue-line"></div>
8
9 {{- if .Params.gallery }}
10
11 <!-- <a href="{{ .Permalink }}"> -->
12 <!-- <img src="{{ .Permalink }}/{{ .Params.thumbnail }}" alt="{{…
13 <!-- </a> -->
14
15 <br>
16 <!-- <div class="w3-row"> -->
17 <!-- <div class="w3-col s12 m4 l4"> -->
18 {{ $scratch := newScratch }}
19 {{ $scratch.Set "pagetitle" .Title }}
20 {{ with .Resources.ByType "image" }}
21 {{ $scratch.Set "counter" 0 }}
22 {{ range first 3 . }}
23 {{/* $scratch.Set "image" (.Resize "200x") */}}
24 {{ $scratch.Set "image" (.Fill "200x200") }}
25 {{ $image := $scratch.Get "image" }}
26 <img src="{{ $image.RelPermalink }}"
27 style="display: inline; padding: 1.0em;"
28 title='{{ $scratch.Get "pagetitle" }} {{ printf "%02d" …
29 width="{{ $image.Width }}" height="{{ $image.Height }}">
30 {{ $scratch.Add "counter" 1 }}
31 {{ end }}
32 {{ end }}
33 <!-- </div> -->
34 <!-- <div class="w3-col s12 m8 l8"> -->
35 <!-- </p> -->
36 <!-- </div> -->
37 <!-- </div> -->
38 <div>
39 <a href='{{ .Permalink }}' style="color: #808080;"><nobr>Go to entir…
40 <br>
41 <br>
42 </div>
43
44 {{- else }}
45 <br>
46 {{ .Summary }}
47 <a href='{{ .Permalink }}'><nobr>Read more →</nobr></a>
48 {{- end }}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.