mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
Add scroll to top button to articlce list on scroll
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<html>
|
||||
{% include head.html %}
|
||||
<link href="/css/mdc-card-list.css" rel="stylesheet">
|
||||
<script src="/js/top-scroll-button.js"></script>
|
||||
<body>
|
||||
<!-- cookie notice is included automatically -->
|
||||
{% include cookie-notice.html %}
|
||||
@@ -18,6 +19,7 @@
|
||||
</div>
|
||||
</main>
|
||||
{% include footer.html %}
|
||||
{% include top-scroll-button.html %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user