diff --git a/hugo.yaml b/hugo.yaml index f36fe69..759995d 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -30,6 +30,9 @@ params: math: true label: icon: "img/HAOAILAB_trimmed.jpg" + assets: + css: + - "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" menu: main: diff --git a/layouts/shortcodes/lab_member.html b/layouts/shortcodes/lab_member.html index 4c5bdaf..8d6ae63 100644 --- a/layouts/shortcodes/lab_member.html +++ b/layouts/shortcodes/lab_member.html @@ -25,6 +25,8 @@ object-fit: cover; /* Ensures the image covers the area, cropping as necessary */ } + +
diff --git a/static/css/custom.css b/static/css/custom.css index 0f5268e..ac78392 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -11,11 +11,3 @@ .post-content a:hover { opacity: 75%; } - -.fab.fa-x-twitter{ - font-family:sans-serif; -} -.fab.fa-x-twitter::before{ - content:"𝕏"; - font-size:1.2em; -} diff --git a/themes/PaperMod/layouts/partials/social_icons.html b/themes/PaperMod/layouts/partials/social_icons.html index ce76a30..d919f0d 100644 --- a/themes/PaperMod/layouts/partials/social_icons.html +++ b/themes/PaperMod/layouts/partials/social_icons.html @@ -6,3 +6,4 @@ {{- end }}
+