runtimeterror/layouts/partials/aside.html

59 lines
1.6 KiB
HTML
Raw Normal View History

{{ if .Params.description }}<p>{{ .Params.description }}</p><hr>{{ end }}
{{ if and (gt .WordCount 400 ) (gt (len .TableOfContents) 180) }}
<p>
<h3>On this page</h3>
{{ .TableOfContents }}
2023-09-18 00:20:17 +00:00
<hr>
</p>
2023-08-22 00:54:33 +00:00
{{ end }}
2024-01-18 22:06:53 +00:00
{{ if isset .Params "categories" }}
{{$related := where .Site.RegularPages ".Params.categories" "eq" .Params.categories }}
2023-09-12 22:02:42 +00:00
{{- $relatedLimit := default 8 .Site.Params.numberOfRelatedPosts }}
{{ if eq .Params.categories "slashes" }}
2024-05-30 21:29:22 +00:00
<h3>More /slashes</h3>
2024-05-29 20:21:45 +00:00
{{ $sortedPosts := sort $related "Title" }}
<ul>
{{- range $sortedPosts }}
<li>
<a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title | markdownify }}</a>
</li>
{{ end }}
</ul>
{{ else }}
2024-05-30 21:29:22 +00:00
<h3>More {{ .Params.categories }}</h3>
2023-09-12 22:02:42 +00:00
<ul>
{{- range first $relatedLimit $related }}
<li>
<a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title | markdownify }}</a>
</li>
{{ end }}
{{ if gt (len $related) $relatedLimit }}
2024-05-29 20:21:45 +00:00
<li>
<a href="/categories/{{ lower .Params.categories }}/"><i>See all {{ .Params.categories }}</i></a>
</li>
{{ end }}
2023-09-12 22:02:42 +00:00
</ul>
2024-05-29 20:21:45 +00:00
{{ end }}
2023-09-12 22:02:42 +00:00
<hr>
{{ end }}
2023-08-22 00:54:33 +00:00
{{- $posts := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}
{{- $featured := default 8 .Site.Params.numberOfFeaturedPosts }}
{{- $featuredPosts := first $featured (where $posts "Params.featured" true)}}
{{- with $featuredPosts }}
2023-09-18 00:20:17 +00:00
<h3>Featured Posts</h3>
2023-08-22 00:54:33 +00:00
<ul>
{{- range . }}
<li>
<a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title | markdownify }}</a>
</li>
{{- end }}
</ul>
{{- end }}
2023-12-11 16:12:57 +00:00
<hr>
2023-12-12 14:31:41 +00:00
<h3>status.lol</h3>
2023-12-23 23:00:24 +00:00
<script src="https://status.lol/jbowdre.js?time&link&fluent&pretty"></script>
2024-04-15 16:16:41 +00:00
<hr>
<script src="https://shoutouts.lol/embed/kz-49_TpBK2YexqL6Gyf.js" defer></script>