diff --git a/assets/scss/_list.scss b/assets/scss/_list.scss index 4c55cd36..4dd8e705 100644 --- a/assets/scss/_list.scss +++ b/assets/scss/_list.scss @@ -105,11 +105,3 @@ padding: 0.2em 0; } -hgroup { - nav { - svg { - width: 1em; - height: 1em; - } - } -} diff --git a/assets/scss/_main.scss b/assets/scss/_main.scss index 1c18bfe2..d37d5976 100644 --- a/assets/scss/_main.scss +++ b/assets/scss/_main.scss @@ -147,8 +147,16 @@ a[href^="https://web.archive.org/"] { } a:not(.noaccent) { + .daytime { + color: lch(60% 60 var(--accentHue)); + } + &:hover { color: var(--accent); + + .daytime { + color: inherit; + } } transition-property: color, filter; @@ -806,4 +814,4 @@ mark { @media (prefers-color-scheme: dark) { background-color: $dark-background } -} \ No newline at end of file +} diff --git a/assets/scss/_single.scss b/assets/scss/_single.scss index 5954e2ab..5903278c 100644 --- a/assets/scss/_single.scss +++ b/assets/scss/_single.scss @@ -25,7 +25,7 @@ text-decoration: none; } - * { + h1, h2 { margin: 0; } @@ -443,16 +443,20 @@ figure { li { display: inline-block; - margin-right: 2rem; + margin-right: 1rem; vertical-align: middle; svg { - color: var(--accent); - margin-right: 0.3rem; + color: lch(60% 60 var(--accentHue)); + margin-right: 0.2rem; vertical-align: -0.125em; width: 1em; height: 1em; } + + a:hover svg { + color: var(--accent); + } } } diff --git a/content/calendar/emfcamp.md b/content/calendar/emfcamp.md index 806599c2..0da70796 100644 --- a/content/calendar/emfcamp.md +++ b/content/calendar/emfcamp.md @@ -19,4 +19,4 @@ I'd really love to go to EMF Camp this year (it'd be my first time, despite how > > A temporary town of nearly three thousand like-minded people enjoying a long weekend of talks, performances, and workshops on everything from blacksmithing to biometrics, chiptunes to computer security, high altitude ballooning to lockpicking, origami to democracy, and online privacy to knitting. > -> To help matters along, we provide fast internet, power to the tent, good beer, and amazing installations, entirely organised by a dedicated team of volunteers. \ No newline at end of file +> To help matters along, we provide fast internet, power to the tent, good beer, and amazing installations, entirely organised by a dedicated team of volunteers. diff --git a/content/calendar/lse-library-archives/the-radical-left.md b/content/calendar/lse-library-archives/the-radical-left.md index 2e68a244..1638e1c1 100644 --- a/content/calendar/lse-library-archives/the-radical-left.md +++ b/content/calendar/lse-library-archives/the-radical-left.md @@ -14,6 +14,8 @@ summary: A tour of the development of Britain's radical left, told through the L attending: [jp, yvette] --- +It's a drop-in event, so we'll probably end up going after work at ~17:30. + > Join us for an early evening sneak peek at the archives related to the radical left. > > Drop in to see some of our flagship collections on the theme of the early development of the British Left. On display will be items from anti-fascist activism, the Independent Labour Party, the Social Democratic Federation, anarchism, strikes, protests, and much more! diff --git a/content/reading-lists/_index.md b/content/reading-lists/_index.md index 08ba7dee..999c0355 100644 --- a/content/reading-lists/_index.md +++ b/content/reading-lists/_index.md @@ -4,7 +4,6 @@ date: 2023-10-24 08:08:08 BST summary: The collection of RSS feeds I subscribe to, parcelled up so you can subscribe easily too. outputs: - html -- rss - opml --- diff --git a/layouts/calendar/list.html b/layouts/calendar/list.html index 9bb56bef..552f4477 100644 --- a/layouts/calendar/list.html +++ b/layouts/calendar/list.html @@ -35,7 +35,7 @@ {{ if .Page.Params.emoji }}{{ .Page.Params.emoji }}{{ end }} {{.Page.Title}} - {{ .Date.Format "Jan 2"}} {{ if or (lt (.Date.Format "15") 9) (gt (.Date.Format "15") 17) }}🌙{{ else }}🌞{{ end }} + {{ .Date.Format "Jan 2"}} {{ if or (lt (.Date.Format "15") 9) (gt (.Date.Format "15") 17) }}☾{{ else }}☀︎{{ end }} diff --git a/layouts/partials/alternatename.txt b/layouts/partials/alternatename.txt index cbe6998d..f0700677 100644 --- a/layouts/partials/alternatename.txt +++ b/layouts/partials/alternatename.txt @@ -1,4 +1,5 @@ -{{- if eq . "calendar"}}Calendar (.ics) -{{- else if eq . "rss"}}Feed (RSS) +{{- if eq . "calendar"}}Calendar +{{- else if eq . "rss"}}RSS Feed +{{- else if eq . "opml" }}OPML Feed {{- else }}Alternate {{- end -}} diff --git a/layouts/partials/alternates.html b/layouts/partials/alternates.html index 29e116f9..5d2aa7bf 100644 --- a/layouts/partials/alternates.html +++ b/layouts/partials/alternates.html @@ -1,10 +1,12 @@ {{ if gt (len .OutputFormats) 1 }} {{ $page := .}} {{ end }} diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index 07a02e8c..9dc75f0c 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -112,6 +112,8 @@ {{- else if (eq .name "opencollective") -}} +{{- else if (eq .name "opml") -}} + {{- else if (eq .name "orcid") -}} {{- else if (eq .name "patreon") -}} diff --git a/layouts/partials/year-relative-date.html b/layouts/partials/year-relative-date.html index a6e7f105..83f7b6fd 100644 --- a/layouts/partials/year-relative-date.html +++ b/layouts/partials/year-relative-date.html @@ -1,4 +1,4 @@ {{- $date := . -}} {{- $extraClass := slice -}} {{ if reflect.IsSlice . -}}{{ $date = index . 0 }}{{ $extraClass = index . 1 }}{{ end -}} - \ No newline at end of file + \ No newline at end of file diff --git a/layouts/partials/year-relative-date.txt b/layouts/partials/year-relative-date.txt new file mode 100644 index 00000000..b5d74a86 --- /dev/null +++ b/layouts/partials/year-relative-date.txt @@ -0,0 +1 @@ +{{ time . | dateFormat "January 2" }}{{ if ne (time . | dateFormat "2006") (now | dateFormat "2006") }}, {{ time . | dateFormat "2006" }}{{ end }} \ No newline at end of file diff --git a/layouts/reading-lists/list.html b/layouts/reading-lists/list.html index 5109160f..6565581b 100644 --- a/layouts/reading-lists/list.html +++ b/layouts/reading-lists/list.html @@ -8,9 +8,7 @@ {{ with .Params.emoji }}{{end}} {{ title (replace .Title "-" " ") }} - + {{ partial "alternates.html" . }} {{ if .Content }}