Merge branch 'main' into hossainemruz/update-hugo-version

This commit is contained in:
Emruz Hossain 2025-02-07 01:44:03 +06:00 committed by GitHub
commit bd75aebdc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 7 deletions

View file

@ -33,6 +33,10 @@ blockquote {
} }
} }
.text-justify {
text-align: justify;
}
.text-muted { .text-muted {
color: get-light-color('muted-text-color') !important; color: get-light-color('muted-text-color') !important;
} }

View file

@ -27,7 +27,7 @@
"imagesloaded": "^5.0.0", "imagesloaded": "^5.0.0",
"include-media": "^1.4.10", "include-media": "^1.4.10",
"ityped": "^1.0.3", "ityped": "^1.0.3",
"katex": "^0.16.11", "katex": "^0.16.21",
"mark.js": "^8.11.1", "mark.js": "^8.11.1",
"mermaid": "^11.4.1", "mermaid": "^11.4.1",
"plyr": "^3.7.2", "plyr": "^3.7.2",
@ -3365,15 +3365,14 @@
} }
}, },
"node_modules/katex": { "node_modules/katex": {
"version": "0.16.11", "version": "0.16.21",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.11.tgz", "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.21.tgz",
"integrity": "sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==", "integrity": "sha512-XvqR7FgOHtWupfMiigNzmh+MgUVmDGU2kXZm899ZkPfcuoPuFxyHmXsgATDpFZDAXCI8tvinaVcDo8PIIJSo4A==",
"dev": true, "dev": true,
"funding": [ "funding": [
"https://opencollective.com/katex", "https://opencollective.com/katex",
"https://github.com/sponsors/katex" "https://github.com/sponsors/katex"
], ],
"license": "MIT",
"dependencies": { "dependencies": {
"commander": "^8.3.0" "commander": "^8.3.0"
}, },

View file

@ -50,7 +50,7 @@
"imagesloaded": "^5.0.0", "imagesloaded": "^5.0.0",
"include-media": "^1.4.10", "include-media": "^1.4.10",
"ityped": "^1.0.3", "ityped": "^1.0.3",
"katex": "^0.16.11", "katex": "^0.16.21",
"mark.js": "^8.11.1", "mark.js": "^8.11.1",
"mermaid": "^11.4.1", "mermaid": "^11.4.1",
"plyr": "^3.7.2", "plyr": "^3.7.2",

View file

@ -106,7 +106,9 @@
<span><i class="fas fa-envelope"></i></span> <span>{{ $value }}</span> <span><i class="fas fa-envelope"></i></span> <span>{{ $value }}</span>
</a></li> </a></li>
{{ else if (eq $key "phone") }} {{ 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") }} {{ else if (eq $key "linkedin") }}
<li><a href={{ printf "https://www.linkedin.com/in/%s" $value }} target="_blank" rel="noopener"> <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> <span><i class="fab fa-linkedin"></i></span> <span>{{ $author.name }}</span>