Add rel=me links
1 file changed, 8 insertions(+), 0 deletions(-)
changed files
M config/default.toml → config/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"