about summary refs log tree commit diff stats
path: root/layouts/partials/sidebar.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/sidebar.html')
-rw-r--r--layouts/partials/sidebar.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 53d41cf..a076070 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -23,21 +23,6 @@
 						{{end}}
 					</ul>
 				</nav>
-
-				<aside class="contact">
-					<h3 class="contact-head">Contact me</h3>
-					<ul class="contact-list">
-						{{ range .Site.Menus.contact }}
-						<li>
-							{{ if hasPrefix .URL "mailto:" }}
-							<a href="{{ .URL }}" class="u-email email" rel="me">{{ .Name }}</a>
-							{{ else }}
-							<a href="{{ .URL }}" class="u-url url" rel="me">{{ .Name }}</a>
-						{{ end }}
-						</li>
-						{{ end }}
-					</ul>
-				</aside>
 			</header>
 
 			<footer>