James Cuénod
James Cuénod
Just a brief look but I'm guessing it's related to this commit: https://github.com/luispabon/maximus-gnome-shell/commit/19848e29bf592b72359f3eff800e85371aecbf80
Hmm, you're right - I now see this https://github.com/jgthms/bulma/issues/44 Isn't it strange to have them on the demo page then?
Thanks @MihajloNesic, I must say I can't figure out how to get the `archive` layout working (and I've looked at the docs for `jekyll-archives` but I'm clearly not understanding them,...
I haven't heavily modified this theme. I see that the `archive` layout is defined but does the `tags` or `categories` layout in `_pages` not interfere with the archive layout? Like...
I had the same issue. Removing this resolves it: ```css ::footnote-marker { content: counter(footnote, loweralpha) ". "; } ``` But that is what is suggested in the release notes announcing...
Using the `::before` pseudo-element is a good idea, but it produces #59.
Using `counter(footnote-marker, lower-roman)` instead of `counter(footnote, lower-roman)` fixes the numbering, thanks! I'm guessing that this introduces a risk of losing sync between `footnote-call` and `footnote-marker`, though.
Using the `::fotnote-marker` pseudo-element doesn't seem to be helping with positioning the number.
Yup, using `::before` works for me, thanks.
Yes, so I'm wondering whether there's another way to load a `mode` (like whether I can supply a mode object or something).