aboutsummaryrefslogtreecommitdiff
path: root/pyenc/templates
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-14 20:21:30 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-14 20:21:59 +0200
commitc0bd0df374e31ae6b0cb1333b225a8c0f5bd270d (patch)
tree7d95b699dad34f515537631e9fcaf71977cc3ada /pyenc/templates
parentRewrite static frontend. (diff)
downloadpuppet-classifier-c0bd0df374e31ae6b0cb1333b225a8c0f5bd270d.tar.gz
puppet-classifier-c0bd0df374e31ae6b0cb1333b225a8c0f5bd270d.tar.xz
Minor cleanup.
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 #}