diff --git a/assets/scss/_main.scss b/assets/scss/_main.scss
index ab791614..9e5c9618 100644
--- a/assets/scss/_main.scss
+++ b/assets/scss/_main.scss
@@ -802,7 +802,7 @@ body.nownownow .post-content > p {
line-height: inherit;
}
-a[href^="/tags/"] {
+a[href^="/tags/"]:not([href*="#"]):not(.nothashtag) {
white-space: nowrap;
&:before {
content: '#';
diff --git a/content/notes/facebook.md b/content/notes/facebook.md
index c062ef66..33dbe2d6 100644
--- a/content/notes/facebook.md
+++ b/content/notes/facebook.md
@@ -3,6 +3,6 @@ title: "Facebook"
date: 2024-04-05T16:09:46+01:00
---
-I've taken a few spare moments to start importing my [Facebook posts](/tags/from-facebook) here. (There's some [code](https://github.com/by-jp/www.byjp.me/tree/main/tools/archive/facebook) I've been using for this; if you find you'd like to do the same, let me know and I'll polish it up!)
+I've taken a few spare moments to start importing my [Facebook posts](/tags/from-facebook#) here. (There's some [code](https://github.com/by-jp/www.byjp.me/tree/main/tools/archive/facebook) I've been using for this; if you find you'd like to do the same, let me know and I'll polish it up!)
There are _a lot_ of Facebook posts in my export; many of them are trash, or so link-rotted I'm avoiding importing them here, but I'm utterly fascinated by what the world of the early internet was for me. Also, somehow, I was _even more_ excitable 😅
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 1638509c..dc75b57d 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -7,7 +7,7 @@
{{ partial "alternates.html" . }}
@@ -23,7 +23,7 @@
{{ range .Pages }}
-
-
+
{{ if .Params.emoji }}{{ .Params.emoji }}{{ end }}
{{ partial "fallbacktitle.txt" . }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 321c3b71..cbb44944 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -46,7 +46,7 @@
{{ with .Params.Subtitle }}
{{ . | markdownify }}
diff --git a/layouts/calendar/list.html b/layouts/calendar/list.html
index 295ca3b6..6e48b878 100644
--- a/layouts/calendar/list.html
+++ b/layouts/calendar/list.html
@@ -5,7 +5,7 @@
{{ partial "alternates.html" . }}
diff --git a/layouts/calendar/single.html b/layouts/calendar/single.html
index 62d24129..c575a7d3 100644
--- a/layouts/calendar/single.html
+++ b/layouts/calendar/single.html
@@ -21,7 +21,7 @@
diff --git a/layouts/memex/list.html b/layouts/memex/list.html
index fbcba250..e0fd4090 100644
--- a/layouts/memex/list.html
+++ b/layouts/memex/list.html
@@ -6,7 +6,7 @@
@@ -31,7 +31,7 @@
-
-
+
{{ if .Params.emoji }}{{ .Params.emoji }}{{ end }}
{{.Title}}
@@ -39,7 +39,7 @@
{{ range .Pages }}
{{ $tags = union $tags .Params.tags }}
-
-
+
{{.Title}}
@@ -56,7 +56,7 @@
{{ $tags = union $tags .Params.tags }}
-
-
+
{{.Title}}
diff --git a/layouts/memex/single.html b/layouts/memex/single.html
index 11d40a24..025bb76b 100644
--- a/layouts/memex/single.html
+++ b/layouts/memex/single.html
@@ -7,7 +7,7 @@
diff --git a/layouts/notes/list.html b/layouts/notes/list.html
index fba83664..97f3fa66 100644
--- a/layouts/notes/list.html
+++ b/layouts/notes/list.html
@@ -8,7 +8,7 @@
{{ partial "alternates.html" . }}
@@ -24,7 +24,7 @@
{{ .Content }}
diff --git a/layouts/partials/alternates.html b/layouts/partials/alternates.html
index 5d2aa7bf..e3cb9afe 100644
--- a/layouts/partials/alternates.html
+++ b/layouts/partials/alternates.html
@@ -4,7 +4,7 @@
diff --git a/layouts/partials/pagination-list.html b/layouts/partials/pagination-list.html
index bc4885ee..c104ede4 100644
--- a/layouts/partials/pagination-list.html
+++ b/layouts/partials/pagination-list.html
@@ -2,7 +2,7 @@