Christian Oliff
Christian Oliff
heya @guilhermeocosta can you please test the proposed fix in #63 (files) If you could post back here with any feedback on that it'd be appreciated!
The relative path you have there is incorrect. Once built, there isn't a folder called 'static'. ``
@pdelaby funny coincidence. this issue had been open for 4 days and then we both replied within 14 seconds of each other saying the same thing. :-D
Is this good to merge @jonschlinkert ?
Yep, let's go with the Microsoft style as @jmooring suggested. https://learn.microsoft.com/en-us/style-guide/capitalization
I agree! I think instead it could be useful to include a link to something like: https://github.com/topics/hugo That way users can see all projects tagged with Hugo and sort by...
hey @bep - the linting changes have been reverted, so is the content for this PR ok to be merged?
> @coliff I've already weighed in on this change. The "Variables" section of the documentation is about the immutable variables exposed to the templates. This PR is about initializing and...
This looks like it could be a useful example. It's good to always provide the width and height attributes on images to prevent CLS (content layout shifting). However your example...
This worked for me, though I'm certain there is a tidier way of doing it. (not sure how to write if string does **not** have prefix http) ```html ```