We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe5a26 commit ec6b1deCopy full SHA for ec6b1de
src/server/templates/components/footer.jinja
@@ -10,6 +10,9 @@
10
{{ footer_icon_link('https://pypi.org/project/gitingest',
11
'icons/python.svg',
12
'Python Package') }}
13
+ {{ footer_icon_link('https://github.com/coderamp-labs/gitingest',
14
+ 'icons/version.svg',
15
+ 'gitingest 0.2.1') }}
16
</div>
17
{# Right column - Discord #}
18
<div class="flex justify-end">
src/static/icons/version.svg
0 commit comments