You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem here is it displays the real name (if its found) and then their name (which links to github) which just looks weird when its repeating itself like in the picture above
I propose we change this line to: <a href="https://github.com/{{ author.github }}">{{ author.real_name }}</a> — {{ page.date | date: "%b %-d, %Y" }}
But then this will place a blank for people with no real_name, i've been messing with it for a bit and cant get it to swap to author.name if it cant find a real_name :/ but if someone else can do this that would be great
The text was updated successfully, but these errors were encountered:
Example:
This relates to this piece of code
{{ author.real_name }} <a href="https://github.com/{{ author.github }}">{{ author.name }}</a> — {{ page.date | date: "%b %-d, %Y" }}
at https://github.com/y32/y32.github.io/blob/master/_layouts/post.html#L9
The problem here is it displays the real name (if its found) and then their name (which links to github) which just looks weird when its repeating itself like in the picture above
I propose we change this line to:
<a href="https://github.com/{{ author.github }}">{{ author.real_name }}</a> — {{ page.date | date: "%b %-d, %Y" }}
But then this will place a blank for people with no real_name, i've been messing with it for a bit and cant get it to swap to
author.name
if it cant find a real_name :/ but if someone else can do this that would be greatThe text was updated successfully, but these errors were encountered: