Skip to content

pullrequests Search Results · repo:Vimux/Mainroad language:HTML

Filter by

186 results  (126 ms)

186 results

inVimux/Mainroad (press backspace or delete to remove)

Little correction

Changed layout of submit and button to be the same.

Allow for loading multiple googleFontLinks by declaring it as an array and ranging over it in baseof.html

.Site.IsMultiLingual was deprecated in Hugo v0.124.0 and will be removed in Hugo 0.141.0. Use hugo.IsMultilingual

init fork

Regarding my problem with readability (issue #385) I decided to just hide the credits in the footer. I have to admit that this isn t the most beautiful way of reaching a score of 100 in lighthouse again ...

Regarding my problem with readability (issue #385) I decided to just hide the credits in the footer. I have to admit that this isn t the most beautiful way of reaching a score of 100 in lighthouse again ...

New Hugo versions don t work with mainroad since it still uses .Site.IsMultiLingual which is deprecated and will be removed in the future (or already is?). This fix replaced the only remaining occurrence ...

This supports multiple authors, and avoids using the now-deprecated [Author] block in Hugo.toml Fixes Issue #382