+ href="mailto:{{ . }}">{{ partial "icons/envelope.svg" site }}
+
{{- end }}
{{ with .Site.Params.github -}}
+ href="{{ . }}">{{ partial "icons/github.svg" site }}
+
{{- end }}
{{ with .Site.Params.sourcehut -}}
+ href="{{ . }}">{{ partial "icons/git.svg" site }}
+
{{- end }}
@@ -30,7 +32,7 @@
{{ with .Site.Params.builtBy -}}
+ src="{{ site.BaseURL }}img/{{ .image }}" alt="{{ .name }}">
{{- end }}
diff --git a/layouts/partials/icons/envelope.svg b/layouts/partials/icons/envelope.svg
new file mode 100644
index 0000000..122fc35
--- /dev/null
+++ b/layouts/partials/icons/envelope.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/layouts/partials/icons/git.svg b/layouts/partials/icons/git.svg
new file mode 100644
index 0000000..092d23e
--- /dev/null
+++ b/layouts/partials/icons/git.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/layouts/partials/icons/github.svg b/layouts/partials/icons/github.svg
new file mode 100644
index 0000000..bb4e45c
--- /dev/null
+++ b/layouts/partials/icons/github.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file