Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/_checklist-footer.html')
-rw-r--r--layouts/partials/_checklist-footer.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/layouts/partials/_checklist-footer.html b/layouts/partials/_checklist-footer.html
deleted file mode 100644
index 009e6fc..0000000
--- a/layouts/partials/_checklist-footer.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{{if .Params.checklist}}
- </form>
- <div class="checklist-footer">
- <button type="button"
- onclick="downloadFile('6d2ab01b-fad4-4e70-83a8-b910ca848fec');"
- class="btn btn-success"><i class="fas fa-download"></i>&nbsp;{{T "checklist-download-answers"}}</button>
- </div>
-{{end}}