diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-06-23 20:30:21 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-06-23 20:30:21 -0400 |
commit | f314ceff8a583f02bf1c56fb912966e2494d4d0c (patch) | |
tree | 3545037f2148e4a12188f88d2b9357b231ed25bb /_includes | |
parent | 4051b8c9499bf011129c7b2ebbed753aedf4e9d5 (diff) | |
download | cobalt-site-f314ceff8a583f02bf1c56fb912966e2494d4d0c.tar.xz cobalt-site-f314ceff8a583f02bf1c56fb912966e2494d4d0c.zip |
Added mailto link.
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/mdi-mail.html | 5 | ||||
-rw-r--r-- | _includes/nav.liquid | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/_includes/mdi-mail.html b/_includes/mdi-mail.html new file mode 100644 index 0000000..f4c66f8 --- /dev/null +++ b/_includes/mdi-mail.html @@ -0,0 +1,5 @@ +<svg style="width:24px;height:24px" viewBox="0 0 24 24"> + <path fill="#000000" d="M12,13L2,6.76V6C2,4.89 2.89,4 4,4H20A2,2 0 0,1 + 22,6V6.75L12,13M22,18A2,2 0 0,1 20,20H4C2.89,20 2,19.1 + 2,18V9.11L4,10.36V18H20V10.36L22,9.11V18Z" /> +</svg> diff --git a/_includes/nav.liquid b/_includes/nav.liquid index 11a4438..720432d 100644 --- a/_includes/nav.liquid +++ b/_includes/nav.liquid @@ -51,6 +51,14 @@ </span> </a> + <a class="navbar-item" + href="mailto:atc@53hor.net" + > + <span class="icon"> + {% include mdi-mail.html %} + </span> + </a> + </div> <!-- end brand --> |