I’m using the Ananke theme. The content *.md files use the following partial provided by the theme.
website/themes/ananke/layouts/_default/list.html
I see the element’s CSS that I wish to update, but I don’t want to make this a global update. The theme’s default, using tachyon, is to center text in the article. There are a few content nodes I wish to use the left-alignment instead, which is a simple matter of removing the “tc-l” class from the article > section CSS class list.
Is there a way, using front matter or what have you, that I can have some content call the duplicate and modified list.html definition?
Thanks in advance!