diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-02-16 22:46:58 -0500 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-02-16 23:13:49 -0500 |
commit | f882ee46a14329c9d669593c7404e254b455c623 (patch) | |
tree | 2b4534cb098204500e35e14bb1c591213eee305e /src | |
parent | 4bf167df5d0abee939bf3ebfa925c4fe22cd0502 (diff) |
Link to self hosted email
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html.erb | 2 | ||||
-rw-r--r-- | src/post-template.html.erb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html.erb b/src/index.html.erb index 5517b36..122d6c2 100644 --- a/src/index.html.erb +++ b/src/index.html.erb @@ -17,7 +17,7 @@ <hr /> <ul class='links'> - <li><a href='mailto:marcin.j.chrzanowski@gmail.com'>Email</a></li> + <li><a href='mailto:<%= Email %>'>Email</a></li> <li><a href=<%= path_to 'key'%>>PGP</a></li> <li> <a href='https://git.m-chrzan.xyz'>Code</a> diff --git a/src/post-template.html.erb b/src/post-template.html.erb index 302e3b6..20b95be 100644 --- a/src/post-template.html.erb +++ b/src/post-template.html.erb @@ -2,5 +2,5 @@ <%= post['content'] %> <p class='post-footer'> If you have any questions or comments about this post or site in general, feel -free to <a href="mailto:marcin.j.chrzanowski@gmail.com">email me</a>. +free to <a href="mailto:<%= Email %>">email me</a>. </p> |