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 a99089a commit 14b9199Copy full SHA for 14b9199
src/server/templates/components/footer.jinja
@@ -11,11 +11,14 @@
11
'icons/python.svg',
12
'Python Package') }}
13
</div>
14
- {# Right column - Discord #}
15
- <div class="flex justify-end">
+ {# Right column - Discord + Changelog #}
+ <div class="flex justify-end space-x-4">
16
{{ footer_icon_link('https://discord.gg/zerRaGK9EC',
17
'icons/discord.svg',
18
'Discord') }}
19
+ {{ footer_icon_link('https://github.com/coderamp-labs/gitingest/releases/tag/v0.1.5',
20
+ 'icons/changelog.svg',
21
+ 'Changelog: v0.1.5') }}
22
23
24
src/static/icons/changelog.svg
0 commit comments