From 8ee2ab8062a702fc216ec407663c3f39a9801cab Mon Sep 17 00:00:00 2001 From: Nick Kocharhook Date: Mon, 3 Jan 2022 17:04:10 +0000 Subject: [PATCH] Remove infinity logo from archives. --- layouts/partials/widget/archives.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/layouts/partials/widget/archives.html b/layouts/partials/widget/archives.html index 4a92a30..1ee060b 100644 --- a/layouts/partials/widget/archives.html +++ b/layouts/partials/widget/archives.html @@ -2,9 +2,6 @@ {{- if $query -}} {{- $archivesPage := index $query 0 -}}
-
- {{ partial "helper/icon" "infinity" }} -

{{ T "widget.archives.title" }}

{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}