summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index 89c7279..90b8d75 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -3,6 +3,7 @@
{% block content %}
{% set soaos = macros::soaosed(text="soaos") | trim %}
+{% set Soaos = macros::soaosed(text="Soaos") | trim %}
{{macros::window(title="👤 Welcome to " ~ soaos ~ ".dev")}}
<p>
I'm an "artist" and professional software developer. In my free time I mostly work on eccentric software projects which you can read about here.
@@ -14,10 +15,10 @@ I'm an "artist" and professional software developer. In my free time I mostly wo
{{ macros::subtree(name="🌲 Projects", open=true, url="/projects") }}
{{ macros::treelink(text="🎭 Off Book", url="https://offbook.ca", wip=true, blank=true) }}
{{ macros::endsubtree() }}
- {{ macros::treelink(text="🦌 Things I Like", url="/things_i_like", wip=true, wip_tooltip="🦌 -honestly these things are redundant, everything is under construction") }}
+ {{ macros::treelink(text="🦌 About Me", url="/about", wip=true, wip_tooltip="🦌 -honestly these things are redundant, everything is under construction") }}
{{ macros::endsubtree() }}
-{{ macros::subtree(name='<span class="flip" data-title="Soaos"><span class="hidden-selectable">Soaos</span></span> Services') }}
+{{ macros::subtree(name=Soaos ~ ' Services') }}
{{ macros::treelink(text="🌱 Git Repositories", url="https://git.soaos.dev", blank=true, wip=true) }}
{{ macros::treelink(text="📺 Videos", url="https://tv.soaos.dev/c/soaosdev", blank=true) }}
{{ macros::treelink(text="🗃 Web Archive", url="https://archive.soaos.dev", blank=true) }}