Adding no following, referer and NewTab capability for tabs.
This commit is contained in:
parent
ebd4f05942
commit
3b2c0104c5
6 changed files with 20 additions and 21 deletions
6
layouts/partials/social-buttons.html
Normal file
6
layouts/partials/social-buttons.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{ $lang := .Lang }}
|
||||
{{ range .Buttons }}
|
||||
<a role="button" alt="{{ .name }}" title="{{ .name }}" href="{{ replace .URL "<lang>" $lang }}">
|
||||
<i class="icon-{{ .icon }}" alt="{{ .icon }} social icon"></i>
|
||||
</a>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue