Skip to content

Commit

Permalink
Merge pull request #9 from iammattcoleman/support-no-social-media
Browse files Browse the repository at this point in the history
remove extra pipe character when no social media is used
  • Loading branch information
lopes committed Mar 24, 2022
2 parents 93c9cef + d4c793b commit d9c9726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ <h1>Tags</h1>
<p>
{{ config.extra.year }} &copy;
<a href="{{ config.base_url }}">{{ config.extra.author }}</a>
{% if config.extra.twitter_user or config.extra.linkedin_user or config.extra.github_user or config.extra.gitlab_user %}
|
{% endif %}
{% if config.extra.twitter_user %}
<a href="https://twitter.com/{{ config.extra.twitter_user }}" target="_blank">Twitter</a>
{% endif %}
Expand Down

0 comments on commit d9c9726

Please sign in to comment.