Skip to content
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

Closed

Conversation

Eykf1997
Copy link
Contributor

@Eykf1997 Eykf1997 commented Jan 3, 2022

No description provided.

@wei2912 wei2912 self-requested a review January 7, 2022 07:12
@wei2912 wei2912 self-assigned this Jan 7, 2022
@wei2912 wei2912 added this to the Minimum Viable Product (MVP) milestone Jan 7, 2022
@wei2912 wei2912 linked an issue Jan 7, 2022 that may be closed by this pull request
Copy link
Member

@wei2912 wei2912 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few minor comments on the styling (please refer to the following image):

image

  1. Colour of Facebook icon does not match the text.
  2. LinkedIn icon placement is slightly off, and the sizing of all icons is not consistent.

Think you'll want to edit the icons with a SVG editor.

<svg class="icon icon-twitter">
<use xlink:href="#twitter"></use>
</svg>
<use xlink:href="#twitter"></use>
Copy link
Member

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!

Comment on lines 20 to 36
{{#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}}
Copy link
Member

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.

</div>
{{/is}}
<h1 class="single-title">{{title}}</h1>
<h1 class="single-title" id="title">{{title}}</h1>
Copy link
Member

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?

@wei2912 wei2912 assigned Eykf1997 and unassigned wei2912 Jan 16, 2022
@wei2912 wei2912 self-assigned this Feb 27, 2022
@wei2912
Copy link
Member

wei2912 commented Mar 5, 2022

Merged in 6480ef5.

@wei2912 wei2912 closed this Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Post: Update social media sharing options
2 participants