mirror of
https://github.com/offen/website.git
synced 2024-11-25 02:10:26 +01:00
fix typo
This commit is contained in:
parent
7a8579d49c
commit
25a242d9f4
@ -70,7 +70,7 @@ DECORATE_CONTENT = {
|
||||
DOCS_URL = 'https://docs.offen.dev'
|
||||
GITHUB_REPO = 'https://github.com/offen/offen'
|
||||
CONTACT_EMAIL = 'hioffen@posteo.de'
|
||||
GPG_KEY_FILE = '74B041E23DB29D552644CEB1B18C633D6967FE3F.asc'
|
||||
PGP_KEY_FILE = '74B041E23DB29D552644CEB1B18C633D6967FE3F.asc'
|
||||
PATREON_URL = 'https://www.patreon.com/offen'
|
||||
LINKEDIN_URL = 'https://www.linkedin.com/company/hioffen'
|
||||
TWITTER_URL = 'https://twitter.com/hioffen'
|
||||
|
@ -142,7 +142,7 @@
|
||||
<a class="link b dim gray" href="mailto:{{ CONTACT_EMAIL }}">{{CONTACT_EMAIL}}</a>
|
||||
</p>
|
||||
<p class="ma0">
|
||||
<a class="link b dim gray" target="_blank" href="/theme/{{ GPG_KEY_FILE }}">GPG Key</a>
|
||||
<a class="link b dim gray" target="_blank" href="/theme/{{ PGP_KEY_FILE }}">PGP Key</a>
|
||||
</p>
|
||||
<p class="ma0 mt2">
|
||||
<a class="link b dim gray" href="/blog/">Blog</a>
|
||||
|
Loading…
Reference in New Issue
Block a user