Skip to content

Commit

Permalink
Fix links no work
Browse files Browse the repository at this point in the history
  • Loading branch information
C0DK committed Aug 1, 2024
1 parent 89eba81 commit 91d3f37
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
8 changes: 8 additions & 0 deletions content/cv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
date: 2019-06-01T00:00:00+01:00
draft: false
title: "CV"

---

TEST
2 changes: 1 addition & 1 deletion themes/adritian-free-hugo-theme/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ ul.book-category-content {

#links {
@media (min-width: 768px) {
margin-top: -250px;
margin-top: -200px;
}

@media (max-width: 768px) {
Expand Down
16 changes: 9 additions & 7 deletions themes/adritian-free-hugo-theme/layouts/partials/showcase.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,16 @@ <h1 class="display-1">

</div>
</div>
<div class="row platform-links">
<div class="col-12">
{{ range .Site.Data.homepage.showcase.socialLinks }}
<a href="{{ .URL | absURL }}" target="_blank" rel="noopener noreferrer" aria-label="{{ .icon }}"><i
class="icon-{{ .icon }}-line"></i></a>
{{ end }}
{{if .Site.Data.homepage.showcase.socialLinks}}
<div class="row platform-links">
<div class="col-12">
{{ range .Site.Data.homepage.showcase.socialLinks }}
<a href="{{ .URL | absURL }}" target="_blank" rel="noopener noreferrer" aria-label="{{ .icon }}"><i
class="icon-{{ .icon }}-line"></i></a>
{{ end }}
</div>
</div>
</div>
{{ end }}
</div>

</section>
Expand Down

0 comments on commit 91d3f37

Please sign in to comment.