all repos — archive/homestead @ cff6bcc31d59ce9957567cc05c1ed7e364fb40ca

My future indieweb platform

Add rel=me links

Alan Pearce
commit

cff6bcc31d59ce9957567cc05c1ed7e364fb40ca

parent

d01f2aa860b0d5f10dc8e143c4b1b9d420fc8fe0

1 file changed, 8 insertions(+), 0 deletions(-)

changed files
M config/default.tomlconfig/default.toml
@@ -11,6 +11,14 @@ [author]
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"