mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-09 02:14:02 +00:00
deploy: b895d0386b
This commit is contained in:
parent
a813a7edbd
commit
786d121ed6
157 changed files with 3723 additions and 3722 deletions
|
@ -195,6 +195,7 @@ var variants = {
|
|||
},
|
||||
|
||||
download: function(data, mimetype, filename){
|
||||
console.log( data );
|
||||
var blob = new Blob([data], { type: mimetype });
|
||||
var url = window.URL.createObjectURL(blob);
|
||||
var a = document.createElement('a');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue