summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2021-02-02 18:07:41 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2021-02-02 18:07:41 +0000
commitcc7167fb6afbfa1079e5da4d0e559e575e8c3313 (patch)
tree47bdb02bd6022e11f5201a795533114955dd2390
parent5e6c0d4243208b5a3c420cfe94d3304c7ec6031e (diff)
Add mailto link
-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