1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-18 04:50:03 +02:00

repos: fixing the variables and template abit.

This commit is contained in:
Henrik Hautakoski 2019-10-22 14:05:55 +02:00
parent 6da4ad9b80
commit 88789f98d2
7 changed files with 23 additions and 14 deletions

View file

@ -2,10 +2,11 @@
layout: default
---
{% assign repo = page.name %}
{% assign domain = page.domain | default: site.apt.domain %}
{% assign repo = page.repo %}
{% assign list = site.data.index[repo].bionic %}
<h2>{{ page.title }}</h2>
<h2>{{ page.title }} Repository</h2>
<p>{{ page.description }}</p>
@ -15,7 +16,7 @@ layout: default
{% if list[component].size > 0 %}
{% include apt-add.html domain=repo repo=repo components=component %}
{% include apt-add.html domain=domain repo=repo components=component %}
<table class="d-lg-table">
<tr>