diff options
| author | Fuwn <[email protected]> | 2022-04-19 20:57:28 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-19 20:57:28 -0700 |
| commit | 620dca355d69f3dee1abff05f832c557b74bafce (patch) | |
| tree | 04a48b182267bcc4029fdc573cb2e464b867d984 /content/templates/partials | |
| parent | chore: remove redundant ignored files (diff) | |
| download | locus-620dca355d69f3dee1abff05f832c557b74bafce.tar.xz locus-620dca355d69f3dee1abff05f832c557b74bafce.zip | |
refactor(templates): move templates
Diffstat (limited to 'content/templates/partials')
| -rw-r--r-- | content/templates/partials/footer.hbs | 27 | ||||
| -rw-r--r-- | content/templates/partials/header.hbs | 10 |
2 files changed, 37 insertions, 0 deletions
diff --git a/content/templates/partials/footer.hbs b/content/templates/partials/footer.hbs new file mode 100644 index 0000000..031c519 --- /dev/null +++ b/content/templates/partials/footer.hbs @@ -0,0 +1,27 @@ +## QUICK LINKS + +=> / Home +=> /skills Skills +=> /interests Interests +=> /contact Contact +=> /donate Donate +=> /gemini Gemini +=> /gopher Gopher +=> /blog Blog +=> gemini://gem.rest GemRest + +## FOOTER + +> {{{ quote }}} + +Hits: {{ hits }} + +> Any and all opinions listed here are my own and not representative of my employers; past, present, and future. + +=> https://github.com/gemrest/locus{{{ commit }}} Source Code ({{{ mini_commit }}}) +=> http://fuwnme4wbs5x36jjf2usedw2zscozwhazykhyfkjsmudtb7egs3mb7yd.onion Tor +=> http://fuwn.i2p/?i2paddresshelper=farkjfnlz6grt55rupbabuhfkvhi7pivwdfwztgcxdklh3db3mfq.b32.i2p I2P + +Copyright (C) 2021-2022 Fuwn + +=> /licensing Further and more explicit licensing terms can be found here diff --git a/content/templates/partials/header.hbs b/content/templates/partials/header.hbs new file mode 100644 index 0000000..a52a042 --- /dev/null +++ b/content/templates/partials/header.hbs @@ -0,0 +1,10 @@ +``` +______ +| ___| +| |_ _ ___ ___ __ ___ _ __ __ _ ___ ___ +| _| | | \ \ /\ / / '_ \ / __| '_ \ / _` |/ __/ _ \ +| | | |_| |\ V V /| | | |_\__ \ |_) | (_| | (_| __/ +\_| \__,_| \_/\_/ |_| |_(_)___/ .__/ \__,_|\___\___| + | | + |_| +``` |