From cff6bcc31d59ce9957567cc05c1ed7e364fb40ca Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 5 Jul 2017 22:15:03 +0200 Subject: Add rel=me links --- config/default.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config') diff --git a/config/default.toml b/config/default.toml index 0a55027..d2efd7a 100644 --- a/config/default.toml +++ b/config/default.toml @@ -11,6 +11,14 @@ url = "/" name = "John Doe" photo = "/static/johndoe.jpg" +[[author.contact]] +url = "mailto:johndoe@johndoe.org" +text = "johndoe@johndoe.org" + +[[author.contact]] +url = "https://twitter.com/johndoe" +text = "Twitter" + [posts] folder = "./posts" -- cgit 1.4.1