-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added new social media sharing button #49
Added new social media sharing button #49
Conversation
This reverts commit 7b01690.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
partials/content.hbs
Outdated
<svg class="icon icon-twitter"> | ||
<use xlink:href="#twitter"></use> | ||
</svg> | ||
<use xlink:href="#twitter"></use> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like extra indentation was added here, please revert back to the indentation of the other icons!
partials/content.hbs
Outdated
{{#has tag="count:>1"}} | ||
<div> | ||
<span class="tag-list-label">More:</span> | ||
{{#if primary_tag}} | ||
{{#foreach tags}} | ||
{{#if @first}} | ||
{{else}} | ||
<a class="tag-list-item font-semibold" href="{{url}}">{{name}}</a> | ||
{{/if}} | ||
{{/foreach}} | ||
{{else}} | ||
{{#foreach tags}} | ||
<a class="tag-list-item font-semibold" href="{{url}}">{{name}}</a> | ||
{{/foreach}} | ||
{{/if}} | ||
</div> | ||
{{/has}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please undo the deletion of these lines.
partials/content.hbs
Outdated
</div> | ||
{{/is}} | ||
<h1 class="single-title">{{title}}</h1> | ||
<h1 class="single-title" id="title">{{title}}</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This id
seems quite generic, could we remove it here?
Merged in 6480ef5. |
No description provided.