diff --git a/assets/css/dark.css b/assets/css/dark.css
index a54d354..9be52b1 100644
--- a/assets/css/dark.css
+++ b/assets/css/dark.css
@@ -5,7 +5,7 @@
}
/* IndieWeb u-photo should be distinct from the background */
- .u-photo {
+ .dark-invert {
-webkit-filter: invert(100%);
filter: invert(100%);
}
diff --git a/assets/p/merveilles_ring.png b/assets/p/merveilles_ring.png
new file mode 100644
index 0000000..7546e7b
Binary files /dev/null and b/assets/p/merveilles_ring.png differ
diff --git a/assets/p/merveilles_ring.svg b/assets/p/merveilles_ring.svg
new file mode 100644
index 0000000..b6bf83c
--- /dev/null
+++ b/assets/p/merveilles_ring.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/layouts/index.html b/layouts/index.html
index 859b9b8..a74cfaf 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,4 +1,17 @@
{{ define "main" }}
{{ .Content }}
{{- partial "posts.html" . -}}
+
+{{- $merveilles_svg := resources.GetMatch (printf "/p/merveilles_ring.svg") -}}
+{{ $merveilles_png := resources.GetMatch (printf "/p/merveilles_ring.png") -}}
+
{{ end }}
diff --git a/layouts/shortcodes/indieweb-author.html b/layouts/shortcodes/indieweb-author.html
index 8bd7850..2209cf4 100644
--- a/layouts/shortcodes/indieweb-author.html
+++ b/layouts/shortcodes/indieweb-author.html
@@ -1,3 +1,3 @@
{{ $favicon := resources.Get "/favicon.png" | resources.Fingerprint "md5" -}}
- Rohan Kumar
+ Rohan Kumar
diff --git a/layouts/shortcodes/indieweb-icon.html b/layouts/shortcodes/indieweb-icon.html
index 89add8b..5ccf6fd 100644
--- a/layouts/shortcodes/indieweb-icon.html
+++ b/layouts/shortcodes/indieweb-icon.html
@@ -1,3 +1,3 @@
{{ $favicon := resources.Get "/favicon.png" | resources.Fingerprint "md5" -}}
-
+