Skip to content

Commit

Permalink
replace X link with the LinkedIn link
Browse files Browse the repository at this point in the history
  • Loading branch information
stebunovd committed Dec 25, 2024
1 parent 2b75bf1 commit 29029be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
3 changes: 3 additions & 0 deletions assets/img/ico-linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/sass/_article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
display: flex;
flex-direction: row;
gap: 1rem;

img {
margin-bottom: 2px;
}
}

img {
Expand Down
16 changes: 3 additions & 13 deletions layouts/blog/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,9 @@ <h1 class="article--title">{{ .Title }}</h1>

<div class="article--follow">
<div>Follow us:</div>
<div>
<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 */}}
ку <a href="https://www.linkedin.com/company/ivelum/" target="_blank">
<img src="{{ (resources.Get "img/ico-linkedin.svg").RelPermalink }}" />
</a>
</div>
</div>
{{ .Content }}
Expand Down

0 comments on commit 29029be

Please sign in to comment.