From 5c65dade972e2ff1f8a5441ea8e49f318e1ffaa9 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 27 Dec 2021 12:17:45 -0700 Subject: [PATCH] Add RSS link to social links in the header --- layouts/_default/list.html | 4 +-- layouts/partials/header.html | 11 ++++++-- static/github.svg | 1 - static/icons/github.svg | 39 ++++++++++++++++++++++++++ static/{ => icons}/instagram.svg | 0 static/icons/rss.svg | 48 ++++++++++++++++++++++++++++++++ static/icons/twitter.svg | 42 ++++++++++++++++++++++++++++ static/styles/main.css | 34 +++++++++++++++++++++- static/twitter.svg | 1 - 9 files changed, 172 insertions(+), 8 deletions(-) delete mode 100644 static/github.svg create mode 100644 static/icons/github.svg rename static/{ => icons}/instagram.svg (100%) create mode 100644 static/icons/rss.svg create mode 100644 static/icons/twitter.svg delete mode 100644 static/twitter.svg diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 9750343..7d372ee 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,7 +1,9 @@ {{ define "main" }} {{ if .Title }} +

{{ .Title }}

+
{{ end }} {{ $pages := union .RegularPages .Sections }} @@ -11,7 +13,6 @@ {{ .Content }} - - {{ if gt $paginator.TotalPages 1 }}