ojroques / hugo-researcher

A simple resume theme for Hugo
GNU General Public License v3.0
228 stars 128 forks source link

Theme stripping list style #25

Open physkets opened 3 years ago

physkets commented 3 years ago

When using the theme along with a particular modification to an 'ordered list' that allows for a reversed ordering (<ol reversed="true">), the rendered HTML does not exhibit that because the CSS sets: list-style: none.

This has been discussed in more detail, here:
https://discourse.gohugo.io/t/reversed-ordered-list-with-raw-html/33644

Can the theme be modified so as not to override the HTML attributes?

physkets commented 3 years ago

The specific use case for it is that when listing publications, it makes a lot of sense to have a 'reversed ordered list' that shows the most recent one first, but also has a number corresponding to its chronological order.