summaryrefslogtreecommitdiff
path: root/source/_layouts/master.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'source/_layouts/master.blade.php')
-rw-r--r--source/_layouts/master.blade.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/_layouts/master.blade.php b/source/_layouts/master.blade.php
index cda4acf..ebc14cf 100644
--- a/source/_layouts/master.blade.php
+++ b/source/_layouts/master.blade.php
@@ -24,6 +24,7 @@
<aside class="p-4 pt-8 lg:fixed text-center">
<h1 class="text-3xl font-bold"><a href="/">davidtsadler.com</a></h1>
<p class="mb-4">My little bit of the Internet</p>
+ <p><a href="mailto:david@davidtsadler.com">david@davidtsadler.com</a></p>
@foreach ($page->allTags($posts) as $tag)
<a class="inline-block rounded p-1 mt-4 {{Str::slug($tag) }}" href="/tags/{{ Str::slug($tag) }}">{{ $tag }}</a>
@endforeach