diff options
Diffstat (limited to 'python/templates/includes/partials/download-link.html')
-rw-r--r-- | python/templates/includes/partials/download-link.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/templates/includes/partials/download-link.html b/python/templates/includes/partials/download-link.html deleted file mode 100644 index 14a2939..0000000 --- a/python/templates/includes/partials/download-link.html +++ /dev/null @@ -1,4 +0,0 @@ -{% capture url %}{{ include.arch }}/autobuilds/{{ site.data.downloads[include.arch][include.type][include.id].filename }}{% endcapture %} -{% assign date = site.data.downloads[include.arch][include.type][include.id].date %} -{% assign size = site.data.downloads[include.arch][include.type][include.id].size %} -{% include partials/download-link-raw.html title=include.title tag=include.tag url=url urlprefix='http://distfiles.gentoo.org/releases/' date=date size=size %}
\ No newline at end of file |