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:
parent
6da4ad9b80
commit
88789f98d2
7 changed files with 23 additions and 14 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue