From 33275fcfd6e35b0566a19b0c60d81a9e342f1050 Mon Sep 17 00:00:00 2001 From: Jacob Date: Tue, 22 Aug 2017 15:22:39 -0300 Subject: modified links to open in new tab --- layouts/partials/footer.html | 2 +- layouts/partials/scripts.html | 2 +- 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 @@ \ 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 = $( '

' ); this.$description = $( '

' ); - this.$href = $( '{{ .Site.Params.buttontext }}' ); + this.$href = $( '{{ .Site.Params.buttontext }}' ); this.$details = $( '
' ).append( this.$title, this.$description, this.$href ); this.$loading = $( '
' ); this.$fullimage = $( '
' ).append( this.$loading ); -- cgit v1.2.3