diff options
author | EuAndreh <eu@euandre.org> | 2018-07-15 23:08:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-15 23:08:40 -0300 |
commit | 03383b102f51b55d8f93f5f1eaec34bc20233fa3 (patch) | |
tree | 082fb314483944ac59491b1539f07516a8cf1cdc /hakyll | |
parent | Add public-key.txt under site/root/ (diff) | |
download | euandre.org-03383b102f51b55d8f93f5f1eaec34bc20233fa3.tar.gz euandre.org-03383b102f51b55d8f93f5f1eaec34bc20233fa3.tar.xz |
Fix email address
Diffstat (limited to '')
-rw-r--r-- | hakyll/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll/Main.hs b/hakyll/Main.hs index f6b7aaa..f83bdd4 100644 --- a/hakyll/Main.hs +++ b/hakyll/Main.hs @@ -103,7 +103,7 @@ feedConfiguration = FeedConfiguration { feedTitle = "EuAndreh" , feedDescription = "EuAndreh's blog" , feedAuthorName = "EuAndreh" - , feedAuthorEmail = "blog@euandre.org" + , feedAuthorEmail = "eu@euandre.org" , feedRoot = "euandre.org" } |