summaryrefslogtreecommitdiff
path: root/templates/base.twig
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.twig')
-rw-r--r--templates/base.twig8
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/base.twig b/templates/base.twig
index a27b5d7..758b6f8 100644
--- a/templates/base.twig
+++ b/templates/base.twig
@@ -2,9 +2,13 @@
{% block css %}
{{ parent() }}
+ <!-- SimpleCSS -->
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<link rel="stylesheet" href="/css/style.css"/>
+
+ <!-- Fork Awesome Icons -->
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
{% endblock %}
{% block body %}
@@ -12,7 +16,9 @@
<nav>
<a href="/dashboard">Dashboard</a>
<a href="/card/list">Cards</a>
- <a href="/card/add">New Card</a>
+ <a href="/events/list">Events</a>
+ <a href="/news/list">News</a>
+ <a href="https://gitlab.com/DRogueRonin/elements">Gitlab</a>
</nav>
<h1>Elements</h1>
<p>{% block subtitle %}{% endblock %}</p>