summaryrefslogtreecommitdiffstats
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 9e61436..40646eb 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -28,9 +28,10 @@
<nav>
<span>{{ macros::nav_item(name=config.title, url=config.base_url) }}</span>
<ul>
- <li>{{ macros::nav_item(name="Projects",url=get_url(path="@/projects.md") ) }}</li>
- <li>{{ macros::nav_item(name="Posts",url=get_url(path="@/posts/_index.md") ) }}</li>
<li>{{ macros::nav_item(name="About",url=get_url(path="@/about.md") ) }}</li>
+ <li>{{ macros::nav_item(name="Projects",url="https://sr.ht/~tobyvin") }}</li>
+ <li>{{ macros::nav_item(name="Dotfiles",url="https://git.sr.ht/~tobyvin/.dotfiles") }}</li>
+ <li>{{ macros::nav_item(name="Posts",url=get_url(path="@/posts/_index.md") ) }}</li>
</ul>
</nav>
</header>