summaryrefslogtreecommitdiff
path: root/layouts/pages/contact.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/pages/contact.html')
-rw-r--r--layouts/pages/contact.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/layouts/pages/contact.html b/layouts/pages/contact.html
deleted file mode 100644
index 5a01407..0000000
--- a/layouts/pages/contact.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{{ define "main"}}
- <main aria-role="main">
- <div class="content is-normal mx-3">
- <p class="title is-3">{{ if .Params.fa_icon }}<i class="{{ .Params.fa_icon }}"></i>{{ end }}
- {{.Page.Title}}
- <div class="contact">
- {{ .Content }}
- </div>
- </p>
- </div>
- </main>
-{{ end }} \ No newline at end of file