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:
authorJacob <jacob.smith@unb.ca>2017-08-22 21:22:39 +0300
committerJacob <jacob.smith@unb.ca>2017-08-22 21:22:39 +0300
commit33275fcfd6e35b0566a19b0c60d81a9e342f1050 (patch)
tree5d2965c1896835f81b66358503cbdd8859b61c39 /layouts/partials/scripts.html
parent81f97a1efed7196c97dee26e4d03efab38438a3f (diff)
modified links to open in new tab
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 );