dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_anatole
mirror of
https://github.com/lxndrblz/anatole.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
🌌 Initial Commit
Alexander Bilz
10.13.2020
d7ace063d785c563b6823ce41b70a682429c2496
[external-software/github_gohugo_theme_anatole.git]
/
layouts
/
partials
/
footer.html
1
2
3
4
5
6
7
8
9
10
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous">
</script>
<script type="text/javascript" src="{{ `js/jquery-migrate-1.2.1.min.js` | absURL }}"></script>
<script type="text/javascript" src="{{ `js/jquery.appear.js` | absURL }}"></script>
</body>
</html>