commit 47fd4ed875b71c31d1034e1d7d1b8f8b1ac8ddf7 parent c0d89101eb6222e1a3f3a78aa6203806e6c79874 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sun, 23 Feb 2020 21:45:10 +0100 Improve temporary gopherhole Diffstat:
M | templates/index.gph/header.gph | | | 8 | ++++++-- |
M | templates/index.gph/item.gph | | | 2 | +- |
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/templates/index.gph/header.gph b/templates/index.gph/header.gph @@ -4,7 +4,11 @@ Welcome to... | _| ${sitetitle} [i||Err||] -[1|Code|/|https://src.adamsgaard.dk|70] -[h|Contact|/contact.html|https://adamsgaard.dk|70] +[h|Publications|URL:${siteurl}/research.html|https://adamsgaard.dk|70] +[h|Media|URL:${siteurl}/media.html|https://adamsgaard.dk|70] +[h|Contact|URL:${siteurl}/contact.html|https://adamsgaard.dk|70] +[h|Code|/|https://src.adamsgaard.dk|70] +[h|CV|/|https://src.adamsgaard.dk|70] +[h|Photography|URL:https://andersdamsgaard.com|https://andersdamsgaard.com|70] Posts diff --git a/templates/index.gph/item.gph b/templates/index.gph/item.gph @@ -1 +1 @@ -[h|${created} ${title}|/${filename}|${siteurl}|70] +[h|${created} ${title}|URL:${siteurl}/${filename}|${siteurl}|70]