diff options
-rw-r--r-- | README.md | 13 | ||||
-rw-r--r-- | python/fatcat_web/templates/base.html | 2 |
2 files changed, 8 insertions, 7 deletions
@@ -1,11 +1,12 @@ - __ _ _ - / _| __ _| |_ ___ __ _| |_ - | |_ / _` | __/ __/ _` | __| - | _| (_| | || (_| (_| | |_ - |_| \__,_|\__\___\__,_|\__| + __ _ _ + / _| __ _| |_ ___ __ _| |_ + | |_ / _` | __/ __/ _` | __| + | _| (_| | || (_| (_| | |_ + |_| \__,_|\__\___\__,_|\__| + + perpetual access to the scholarly record - ... catalog all the things! [![pipeline status](https://gitlab.com/bnewbold/fatcat/badges/master/pipeline.svg)](https://gitlab.com/bnewbold/fatcat/commits/master) [![coverage report](https://gitlab.com/bnewbold/fatcat/badges/master/coverage.svg)](https://gitlab.com/bnewbold/fatcat/commits/master) 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" |