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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Severin <severinderek@gmail.com>2019-01-03 16:14:46 +0300
committerDerek Severin <severinderek@gmail.com>2019-01-03 16:14:46 +0300
commite8226d0ac63951b9d99352e9f389cd4b34b829cb (patch)
treedcc561304e812c1aabff6ae72119e14c305591c8
parent22b2304ffb49775156043fa25082f717e4512cda (diff)
Removed 'no opener' for external links
-rw-r--r--layouts/partials/pages/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/pages/sidebar.html b/layouts/partials/pages/sidebar.html
index 4a2e96c..c02829f 100644
--- a/layouts/partials/pages/sidebar.html
+++ b/layouts/partials/pages/sidebar.html
@@ -6,7 +6,7 @@
{{ with $image }}
<div class="sidebar-image">
{{ if $.Params.small_url }}
- <a href="{{ $.Params.small_url | absURL }}" target="_blank" rel="noopener noreferrer">
+ <a href="{{ $.Params.small_url | absURL }}" target="_blank">
{{ end }}
{{ $alt := or $.Params.small_url "" }}
<img src="{{ .Permalink }}" alt="{{ $alt }}">