mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Merge pull request #4405 from jillesme/iss-4386
Removes hash after the url when clicking Meta Data
This commit is contained in:
commit
fad20c2687
3 changed files with 7 additions and 3 deletions
|
@ -43,6 +43,10 @@
|
|||
border-bottom: 1px solid #E0DFD7;
|
||||
}
|
||||
|
||||
button {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $darkgrey;
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
}}
|
||||
|
||||
<div class="nav-item user-menu" data-href="#">
|
||||
<div class="nav-item user-menu">
|
||||
{{#gh-dropdown-button dropdownName="user-menu" tagName="div" classNames="nav-label clearfix"}}
|
||||
{{#if session.user.image}}
|
||||
<div class="image"><img {{bind-attr src=session.user.image alt=userImageAlt}} /></div>
|
||||
|
|
|
@ -42,10 +42,10 @@
|
|||
|
||||
<ul class="nav-list nav-list-block">
|
||||
{{#gh-tab tagName="li" classNames="nav-list-item"}}
|
||||
<a href="#">
|
||||
<button type="button">
|
||||
<b>Meta Data</b>
|
||||
<span>Extra content for SEO and social media.</span>
|
||||
</a>
|
||||
</button>
|
||||
{{/gh-tab}}
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue