aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/base.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-09-26 21:19:21 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-09-26 21:22:47 -0700
commit25482954f473061ef3d480512a4b26c119036874 (patch)
treeb10db8373598897d2e41691bb673285ba5783d5d /python/fatcat/templates/base.html
parent35e731d4cf3e1ca832210bbf9a67b7c89517e3dc (diff)
downloadfatcat-25482954f473061ef3d480512a4b26c119036874.tar.gz
fatcat-25482954f473061ef3d480512a4b26c119036874.zip
have domain URLs be configurable
Diffstat (limited to 'python/fatcat/templates/base.html')
-rw-r--r--python/fatcat/templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/fatcat/templates/base.html b/python/fatcat/templates/base.html
index bc2b680f..617450c2 100644
--- a/python/fatcat/templates/base.html
+++ b/python/fatcat/templates/base.html
@@ -23,7 +23,7 @@
fatcat!
</a>
<a href="/about" class="item">About</a>
- <a href="https://guide.fatcat.wiki/" class="item">Guide</a>
+ <a href="https://guide.{{ config.FATCAT_DOMAIN }}/" class="item">Guide</a>
<div class="right menu">
<div class="item">
<form class="" role="search" action="/release/search" method="get">
@@ -63,9 +63,9 @@
<div class="ui horizontal inverted small divided link list">
<a class="item" href="/">fatcat!</a>
<a class="item" href="/about">About</a>
- <a class="item" href="https://guide.fatcat.wiki/Sources</a>
+ <a class="item" href="https://guide.{{ config.FATCAT_DOMAIN }}/Sources</a>
<a class="item" href="#TODO">Status</a>
- <a class="item" href="https://guide.fatcat.wiki/bulk_exports.html">Bulk Exports</a>
+ <a class="item" href="https://guide.{{ config.FATCAT_DOMAIN }}/bulk_exports.html">Bulk Exports</a>
<a class="item" href="https://git.bnewbold.net/fatcat/">Source Code (<code>{{ config.GIT_REVISION.decode() }}</code>)</a>
</div>
</div>