Fix button and add hash to URL
This commit is contained in:
parent
4ea916f8b8
commit
74bdc30f2b
2 changed files with 11 additions and 13 deletions
|
|
@ -14,7 +14,7 @@
|
|||
{{ with .Params.Name }}
|
||||
{{ $button_title = . }}
|
||||
{{ end }}
|
||||
<a class='btn site-menu' data-title-anchor='{{ anchorize $button_title }}'>{{ $button_title }}</a>
|
||||
<a class='btn site-menu' data-title-anchor='{{ anchorize .Title }}'>{{ $button_title }}</a>
|
||||
{{ end }}
|
||||
<i id='header-arrow' class="fa fa-angle-down"></i>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue