Skip to content

Commit

Permalink
Update social links.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenchio committed Dec 24, 2024
1 parent 1e918f4 commit 97d717f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions layouts/blog/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,17 @@ <h1 class="article--title">{{ .Title }}</h1>
<div class="article--follow">
<div>Follow us:</div>
<div>
<img src="{{ (resources.Get "img/ico-x.svg").RelPermalink }}" />
</div>
<div>
<img
src="{{ (resources.Get "img/ico-youtube.svg").RelPermalink }}"
/>
<a href="https://twitter.com/dstebunov" target="_blank">
<img src="{{ (resources.Get "img/ico-x.svg").RelPermalink }}" />
</a>
</div>
<!-- <div>-->
<!-- <a>-->
<!-- <img-->
<!-- src="{{ (resources.Get "img/ico-youtube.svg").RelPermalink }}"-->
<!-- />-->
<!-- </a>-->
<!-- </div>-->
{{- /* TODO: Social links */}}
</div>
</div>
Expand Down

0 comments on commit 97d717f

Please sign in to comment.