mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 00:58:13 +00:00
7 lines
137 B
HTML
7 lines
137 B
HTML
<div class="description">
|
|
{{ if isset .Params "description" }}
|
|
{{ .Description }}
|
|
{{ else }}
|
|
{{ .Summary }}…
|
|
{{ end }}
|
|
</div> |