Minor adjustments

This commit is contained in:
Sodbileg Gansukh
2023-07-19 13:12:02 +08:00
parent b20c506955
commit 93bce3d338
5 changed files with 27 additions and 10 deletions

View File

@@ -21,12 +21,12 @@
<div class="gh-author-location">{{location}}</div>
{{/if}}
<div class="gh-author-social">
{{#if twitter}}
<a class="gh-author-social-link" href="{{twitter_url}}" target="_blank" rel="noopener">{{> "icons/twitter"}}</a>
{{/if}}
{{#if facebook}}
<a class="gh-author-social-link" href="{{facebook_url}}" target="_blank" rel="noopener">{{> "icons/facebook"}}</a>
{{/if}}
{{#if twitter}}
<a class="gh-author-social-link" href="{{twitter_url}}" target="_blank" rel="noopener">{{> "icons/twitter"}}</a>
{{/if}}
</div>
</footer>
</div>