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
parent81f97a1efed7196c97dee26e4d03efab38438a3f (diff)
modified links to open in new tab
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--layouts/partials/scripts.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 3420841..dcdf07d 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,3 +1,3 @@
<footer>
- {{ with .Site.Params.footertext }}{{ . | markdownify }}
+ {{ with .Site.Params.footertext }}{{ . | markdownify }}{{ end }}
</footer> \ No newline at end of file
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 );