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:
-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 );