How to render social icons at header? #1025
Unanswered
veerendra2
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm new to hugo and not web dev. I want to put my social icons at header like this blog https://blog.jessfraz.com/. So far I tried pasting below code at https://github.com/adityatelange/hugo-PaperMod/blob/master/layouts/partials/header.html#L121(after
div
and before{{- $currentPage := . }}
)But it seems try to render at vertically(in single cell?) like below screenshot.

How to render social icons horizontally and next to
menu
in header.Thanks
Beta Was this translation helpful? Give feedback.
All reactions