aboutsummaryrefslogtreecommitdiff
path: root/pyenc/templates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pyenc/templates/base.html2
-rw-r--r--pyenc/templates/host.html7
2 files changed, 8 insertions, 1 deletions
diff --git a/pyenc/templates/base.html b/pyenc/templates/base.html
index 64e35d6..b927b3d 100644
--- a/pyenc/templates/base.html
+++ b/pyenc/templates/base.html
@@ -30,7 +30,7 @@
</ul>
<hr/>
<ul>
- <li><a href="#">Source</a>
+ <li><a href="https://git.hornquist.se/puppet-classifier">Source</a>
</ul>
</nav>
<main>
diff --git a/pyenc/templates/host.html b/pyenc/templates/host.html
index a44eb82..84e76e3 100644
--- a/pyenc/templates/host.html
+++ b/pyenc/templates/host.html
@@ -12,6 +12,13 @@
{% endfor %}
</ul>
</dd>
+ <!--
+ - indirect classes
+ - basic description
+ - basic system info
+ - link to further documentation
+ - notes
+ -->
</dl>
{% endblock %}
{# ft:jinja #}