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!  [](https://gitlab.com/bnewbold/fatcat/commits/master)  [](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" | 
