diff options
Diffstat (limited to 'layouts/partials/pagedescription.html')
| -rw-r--r-- | layouts/partials/pagedescription.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/pagedescription.html b/layouts/partials/pagedescription.html new file mode 100644 index 0000000..d69bb9a --- /dev/null +++ b/layouts/partials/pagedescription.html @@ -0,0 +1,7 @@ +<div class="description"> + {{ if isset .Params "description" }} + {{ .Description }} + {{ else }} + {{ .Summary }}… + {{ end }} +</div>
\ No newline at end of file |
