Replies: 1 comment
-
I don't think what you do is even possible, since you add a completely new HTML page in another HTML page. rawhtml is for adding anything that normally comes in between If you need to style a part of your page, do this instead:
Then add If you need a page that completely looks different, do this instead: make a then add |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I have used this hugo template: https://github.com/adityatelange/hugo-PaperMod. Now I want to add some CSS to my post.md.
First I needed HTML. I added layouts/rawhtml.html content:
The HTML works in my post.md:
But how can I import my test.css? I've created a folder with my css file assets/css/test.css. I tried multiple paths but I can't get it working.
Beta Was this translation helpful? Give feedback.
All reactions