diff --git a/layouts/meetups/list.html b/layouts/meetups/list.html new file mode 100644 index 0000000..4ec9af0 --- /dev/null +++ b/layouts/meetups/list.html @@ -0,0 +1,20 @@ +{{ define "main" }} +
+ {{ partial "image" (dict "Src" "/images/meetups/meetups-light-mode.svg" "Alt" "Meetups Light Mode" "Class" "logo-light w-1/4 h-1/4" ) }} + {{ partial "image" (dict "Src" "/images/meetups/meetups-dark-mode.svg" "Alt" "Meetups Dark Mode" "Class" "logo-dark w-1/4 h-1/4" ) }} +
+
+
+ +
+{{ end }}