From ae14ccf4072c13069e1f28e3c5f39bce4b917885 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Thu, 24 Oct 2024 08:28:55 +0000
Subject: [PATCH] docs(fix): update theme.toml with min version and authors
---
layouts/partials/social/follow.html | 26 --------------------------
1 files changed, 0 insertions(+), 26 deletions(-)
diff --git a/layouts/partials/social/follow.html b/layouts/partials/social/follow.html
index 5fbe4fb..3c359dd 100644
--- a/layouts/partials/social/follow.html
+++ b/layouts/partials/social/follow.html
@@ -44,29 +44,3 @@
</a>
{{- end -}}
</div>
-
-{{ define "partials/func/sortNetworks.html" }}
- {{- /*
-
- Sorting a list of social networks defined by the order in `networks`.
- Only networks present in both `networks` and `setups` will be included. Items missing from `networks` are ignored.
- Use `networks` to setup the order of the networks and which network to enable.
-
- Usage: {{ $setups = partials.IncludeCached "func/sortNetworks.html" (dict "networks" $networks "setups" $setups) }}
-
- See also `config/_default/params.toml` > `ananke.social` for details.
-
- */ -}}
- {{- $networks := .networks -}}
- {{- $setups := .setups -}}
- {{- $output := collections.Slice -}}
- {{- range $networks -}}
- {{- $network := . -}}
- {{- range $setups -}}
- {{- if compare.Eq .slug $network -}}
- {{- $output = $output | collections.Append . -}}
- {{- end -}}
- {{- end -}}
- {{- end -}}
- {{- return $output -}}
-{{- end -}}
--
Gitblit v1.10.0