Skip to content

Commit

Permalink
feat: back to top button
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Nov 5, 2021
1 parent aaa963a commit 9c2a536
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ name: uniCMS - Bootstrap Italia template
platforms:
- linux
- web
releaseDate: '2021-11-04'
releaseDate: '2021-11-05'
roadmap: 'https://github.com/UniversitaDellaCalabria/unicms-template-italia/issues'
softwareType: standalone/web
softwareVersion: v0.6.9
softwareVersion: v0.7.0
url: 'https://github.com/UniversitaDellaCalabria/unicms-template-italia'
usedBy:
- Università della Calabria - https://www.unical.it
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name=PKG_NAME,
version='0.6.9',
version='0.7.0',

packages=[PKG_NAME],
package_dir={PKG_NAME: f"{SRC_FOLDER}/{PKG_NAME}"},
Expand Down
7 changes: 7 additions & 0 deletions src/unicms_template_italia/templates/bases/unicms_italia.html
Original file line number Diff line number Diff line change
Expand Up @@ -1042,5 +1042,12 @@
{% endblock section_3 %}
<!-- end Section 3 -->

<a href="#" aria-hidden="true"
data-attribute="back-to-top"
class="back-to-top back-to-top-small">
<svg class="icon icon-light">
<use xlink:href="{% static 'svg/sprite.svg' %}#it-arrow-up"></use>
</svg>
</a>
{% endblock container %}
<!-- end Container -->

0 comments on commit 9c2a536

Please sign in to comment.