mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 10:04:40 -04:00
parent
dbf00a81f7
commit
b04a4b32e2
39
layouts/partials/boxes-section-summaries.html
Normal file
39
layouts/partials/boxes-section-summaries.html
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
<div class="relative {{ .classes }} weight-{{ .context.Weight }}">
|
||||||
|
|
||||||
|
<div class="bg-white mb2 pa3 pa4-l gray">
|
||||||
|
{{ if eq .context.Section "news" }}
|
||||||
|
<date class="f6 db" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">
|
||||||
|
{{ .context.Date.Format "January 2, 2006" }}
|
||||||
|
</date>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<h1 class="near-black f3">
|
||||||
|
<a href="{{ .context.RelPermalink }}" class="link primary-color dim">
|
||||||
|
{{- if eq .context.Section "functions" -}}
|
||||||
|
{{ .context.LinkTitle }}
|
||||||
|
{{- else -}}
|
||||||
|
{{ .context.Title }}
|
||||||
|
{{- end -}}
|
||||||
|
</a>
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
<div class="lh-copy links">
|
||||||
|
{{ if eq .context.Section "commands" }}
|
||||||
|
{{ replaceRE `(?s).*?##\s.*?\n\n(.*?)\n.*` "$1" .context.RawContent }}
|
||||||
|
{{ else }}
|
||||||
|
{{ if .context.Params.description }}
|
||||||
|
{{ .context.Params.description | markdownify }}
|
||||||
|
{{ else }}
|
||||||
|
{{ .context.Summary }}
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
<a href="{{ .context.RelPermalink }}" class="f6 mt2 db link primary-color dim">
|
||||||
|
Read More »
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
Loading…
x
Reference in New Issue
Block a user