diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-08-24 14:08:04 +0200 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-08-24 14:08:04 +0200 |
commit | 33af234aa7d776e5d1ef28d08cca712d6d10cdac (patch) | |
tree | e3eb77005ea65e4576856103750eaaeeda5c2b5e /python/fatcat_web | |
parent | d186fa7735a0c4947c51b9df2de75770b361dca4 (diff) | |
download | fatcat-33af234aa7d776e5d1ef28d08cca712d6d10cdac.tar.gz fatcat-33af234aa7d776e5d1ef28d08cca712d6d10cdac.zip |
perpetual access to the scholarly record
Diffstat (limited to 'python/fatcat_web')
-rw-r--r-- | python/fatcat_web/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index 39ad0100..df770189 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -11,7 +11,7 @@ {%- elif config.FATCAT_DOMAIN.startswith('dev.') -%} {{- "[DEV] " -}} {%- endif -%} - Perpetual Access Machine + Perpetual Access To The Scholarly Record {%- endblock %} | fatcat!</title> <link rel="stylesheet" |