diff options
| author | Fuwn <[email protected]> | 2022-07-05 17:20:56 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-05 17:20:56 -0700 |
| commit | d1b811dd816e761ca2d4dc87af5ce9e688ab2d68 (patch) | |
| tree | 7d47a1c23876158de7931e1dd63c2c023f502664 /content | |
| parent | ci(docker): implement cacher (diff) | |
| download | locus-d1b811dd816e761ca2d4dc87af5ce9e688ab2d68.tar.xz locus-d1b811dd816e761ca2d4dc87af5ce9e688ab2d68.zip | |
fix(content): site title
Diffstat (limited to 'content')
| -rw-r--r-- | content/static/index.gmi | 2 | ||||
| -rw-r--r-- | content/templates/partials/header.hbs | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/content/static/index.gmi b/content/static/index.gmi index 2a2e758..2764963 100644 --- a/content/static/index.gmi +++ b/content/static/index.gmi @@ -1,4 +1,4 @@ -# Fuwn.space +# Fuwn[.me] Ditch the web, use Gemini! diff --git a/content/templates/partials/header.hbs b/content/templates/partials/header.hbs index a52a042..2788676 100644 --- a/content/templates/partials/header.hbs +++ b/content/templates/partials/header.hbs @@ -1,10 +1,10 @@ ``` -______ -| ___| -| |_ _ ___ ___ __ ___ _ __ __ _ ___ ___ -| _| | | \ \ /\ / / '_ \ / __| '_ \ / _` |/ __/ _ \ -| | | |_| |\ V V /| | | |_\__ \ |_) | (_| | (_| __/ -\_| \__,_| \_/\_/ |_| |_(_)___/ .__/ \__,_|\___\___| - | | - |_| +______ ___ ___ +| ___| | _| |_ | +| |_ _ ___ ___ __ | | _ __ ___ ___ | | +| _| | | \ \ /\ / / '_ \| | | '_ ` _ \ / _ \| | +| | | |_| |\ V V /| | | | | _| | | | | | __/| | +\_| \__,_| \_/\_/ |_| |_| |(_)_| |_| |_|\___|| | + |___| |___| + ``` |