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

github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/scripts.html')
-rw-r--r--layouts/partials/scripts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index 8d8d16b..93a33ef 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -269,7 +269,7 @@
create : function() {
this.$title = $( '<h3></h3>' );
this.$description = $( '<p></p>' );
- this.$href = $( '<a href="#">{{ .Site.Params.buttontext }}</a>' );
+ this.$href = $( '<a href="#" target="_blank">{{ .Site.Params.buttontext }}</a>' );
this.$details = $( '<div class="og-details"></div>' ).append( this.$title, this.$description, this.$href );
this.$loading = $( '<div class="og-loading"></div>' );
this.$fullimage = $( '<div class="og-fullimg"></div>' ).append( this.$loading );