feat(button): add 'comment' fixed button (#169)

This commit is contained in:
Dillon
2020-03-16 15:01:51 +08:00
committed by GitHub
parent 371150ceef
commit 6e091b6fad
9 changed files with 51 additions and 32 deletions

View File

@@ -54,10 +54,12 @@
{{- partial "footer.html" . -}}
</div>
{{- /* Dynamic to top button */ -}}
<a href="#" class="dynamic-to-top animated faster" id="dynamic-to-top">
<i class="fas fa-arrow-up fa-fw"></i>
</a>
<div id="fixed-btn-container">
{{- /* top button */ -}}
<a href="#" id="top-button" class="fixed-button animated faster">
<i class="fas fa-arrow-up fa-fw"></i>
</a>
</div>
{{- /* Load JavaScript scripts and CSS */ -}}
{{- partial "assets.html" . -}}