diff options
author | Alan Pearce | 2017-06-17 17:42:03 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-17 17:42:03 +0200 |
commit | 6761db97eafdeb3b1e2fbf04ce64be8623daec13 (patch) | |
tree | e16eb01b967cf7d8a00efc14e7d10c05dd761e92 | |
parent | 95b081016f0f66d0d113891abf2ba0ad6f6a1ed5 (diff) | |
download | website-6761db97eafdeb3b1e2fbf04ce64be8623daec13.tar.lz website-6761db97eafdeb3b1e2fbf04ce64be8623daec13.tar.zst website-6761db97eafdeb3b1e2fbf04ce64be8623daec13.zip |
Canonicalise author image
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index b377881..3e2aba3 100644 --- a/config.toml +++ b/config.toml @@ -12,7 +12,7 @@ layoutReverse = true [author] name = "Alan Pearce" - image = "img/me-thumb.jpg" + image = "/img/me-thumb.jpg" [[menu.main]] name = "Home" |