Skip to content

Commit

Permalink
Merge branch 'main' into hossainemruz/update-hugo-version
Browse files Browse the repository at this point in the history
  • Loading branch information
hossainemruz authored Feb 6, 2025
2 parents 4383e68 + 417ef95 commit bd75aeb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
4 changes: 4 additions & 0 deletions assets/styles/components/texts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ blockquote {
}
}

.text-justify {
text-align: justify;
}

.text-muted {
color: get-light-color('muted-text-color') !important;
}
Expand Down
9 changes: 4 additions & 5 deletions exampleSite/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exampleSite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"imagesloaded": "^5.0.0",
"include-media": "^1.4.10",
"ityped": "^1.0.3",
"katex": "^0.16.11",
"katex": "^0.16.21",
"mark.js": "^8.11.1",
"mermaid": "^11.4.1",
"plyr": "^3.7.2",
Expand Down
4 changes: 3 additions & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ <h5>{{ i18n "contact_me" }}</h5>
<span><i class="fas fa-envelope"></i></span> <span>{{ $value }}</span>
</a></li>
{{ else if (eq $key "phone") }}
<li><span><i class="fas fa-phone-alt"></i></span> <span>{{ $value }}</span></li>
<li><a href={{ printf "tel:%s" $value | safeURL }} target="_blank" rel="noopener">
<span><i class="fas fa-phone-alt"></i></span> <span>{{ $value }}</span>
</a></li>
{{ else if (eq $key "linkedin") }}
<li><a href={{ printf "https://www.linkedin.com/in/%s" $value }} target="_blank" rel="noopener">
<span><i class="fab fa-linkedin"></i></span> <span>{{ $author.name }}</span>
Expand Down

0 comments on commit bd75aeb

Please sign in to comment.