Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Faria <leonardofaria@gmail.com>2020-05-03 04:16:57 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-05-03 04:16:57 +0300
commit79421f29b05a6859fe7aeb72a2917997a6f5b1f7 (patch)
treea3c919627b31364a90d25a26cb9dc5c703ba21a1 /exampleSite
parent1bdddd60d41f45acf16ead9e7c6884d212708961 (diff)
Add author box in post
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 183b372..eb4a801 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -43,6 +43,8 @@ tag = "tags"
# logo = "images/logo.png" # TODO: add support
avatar = "images/avatar.jpg"
+ authorBio = "Bento is a doggo who likes to code. Follow him on <a href='#'>Twitter</a>"
+
[[menu.main]]
name = "About"
url = "/about"