diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-12-05 13:32:11 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2022-12-05 13:32:11 -0500 |
| commit | 16941206581bb56b3c627db9baadb262d33e336e (patch) | |
| tree | 3c3c850ba1cf8d08452d7472f427e50bbfafa582 /layouts/shortcodes/mail.html | |
| parent | 18e0bf2a286ad347fbf7c9ce17e5bc74e1dbf0a4 (diff) | |
| parent | 551de0c6f18d145848586b8cc1b55f2788edff23 (diff) | |
Merge branch 'tfasano1-master'
Diffstat (limited to 'layouts/shortcodes/mail.html')
| -rw-r--r-- | layouts/shortcodes/mail.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/shortcodes/mail.html b/layouts/shortcodes/mail.html new file mode 100644 index 0000000..53cc3b9 --- /dev/null +++ b/layouts/shortcodes/mail.html @@ -0,0 +1,9 @@ +<ol class=ll> +{{range.Site.RegularPages.ByWeight.Reverse}}{{ if in .Params.tags "mail" }}<li> +<a href="{{.Permalink}}"> +{{ with .Params.icon }}<img src="pix/{{ . }}">{{ end }} +<span class=title>{{.Title}}</span> +{{ with .Params.short_desc }}<span class=desc>{{ . }}</span>{{ end }}</a><span style="display:none">{{.Params.Tags}}</span> +</li>{{ end }}{{ end }} +</ol> + |
