summaryrefslogtreecommitdiffstats
path: root/repotmpl/index.kid
diff options
context:
space:
mode:
Diffstat (limited to 'repotmpl/index.kid')
-rw-r--r--repotmpl/index.kid5
1 files changed, 3 insertions, 2 deletions
diff --git a/repotmpl/index.kid b/repotmpl/index.kid
index c4dad5fe..6b49b087 100644
--- a/repotmpl/index.kid
+++ b/repotmpl/index.kid
@@ -19,7 +19,7 @@ def ymd(stamp):
</div>
<p id="prelude">
<a href="https://blog.remirepo.net/">Blog</a> |
- <a href="https://forum.remirepo.net/">Forum</a> |
+ <a href="https://github.com/remicollet/remirepo/issues">Support</a> |
<a href="/">Repository</a> |
<a href="https://rpms.remirepo.net/wizard/">Wizard</a>
</p>
@@ -31,13 +31,14 @@ def ymd(stamp):
<div id="wrapper">
<div id="main">
<div id="content">
+<!--
<h3>Available Groups</h3>
<ul class="pkglist">
<li py:for="(name, filename, description, packages) in groups">
<a href="${filename}" class="inpage" py:content="name"/>
</li>
</ul>
-
+-->
<h3>Latest packages:</h3>
<ul class="pkglist">
<li py:for="(name, filename, version, release, built) in latest">