Remove infinity logo from archives.

This commit is contained in:
Nick Kocharhook 2022-01-03 17:04:10 +00:00
parent 77c3bd5098
commit 8ee2ab8062

View File

@ -2,9 +2,6 @@
{{- if $query -}} {{- if $query -}}
{{- $archivesPage := index $query 0 -}} {{- $archivesPage := index $query 0 -}}
<section class="widget archives"> <section class="widget archives">
<div class="widget-icon">
{{ partial "helper/icon" "infinity" }}
</div>
<h2 class="widget-title section-title">{{ T "widget.archives.title" }}</h2> <h2 class="widget-title section-title">{{ T "widget.archives.title" }}</h2>
{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }} {{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}