mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-07-23 18:59:56 +00:00
change telegram default index to telegram-index
This commit is contained in:
@ -1,10 +1,5 @@
|
||||
{#simplified version of full report, now in markdown#}
|
||||
## {{ repository }} update
|
||||
|
||||
{#simplified version of full report#}
|
||||
<b>{{ repository }} update</b>
|
||||
{% for package in packages %}
|
||||
* [{{ package.name }}]({{ link_path }}/{{ package.filename }}) {{ package.version }} at {{ package.build_date }}
|
||||
{% endfor %}
|
||||
|
||||
{% if homepage is not none %}
|
||||
[Repository]({{ homepage }})
|
||||
{% endif %}
|
||||
<a href="{{ link_path }}/{{ package.filename }}">{{ package.name }}</a> {{ package.version }} at {{ package.build_date }}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user