mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
_layouts/repo.html: Add notice to read the setup documentation.
This commit is contained in:
parent
2c2eaee326
commit
98aaf3acda
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,11 @@ layout: default
|
|||
{% assign repo = page.repo %}
|
||||
{% assign list = site.data.index[repo].bionic %}
|
||||
|
||||
<p>
|
||||
NOTE: If this is your first time here, you need to do some configurations before you can use this repository.
|
||||
Please read the <a target="_blank" href="{{ "/#setup" | absolute_url }}">instructions</a>.
|
||||
</p>
|
||||
|
||||
<h2>{{ page.title }} Repository</h2>
|
||||
|
||||
<p>{{ page.description }}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue