Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lists in markdown are not being rendered #20

Closed
eagarg opened this issue Mar 7, 2020 · 3 comments
Closed

Lists in markdown are not being rendered #20

eagarg opened this issue Mar 7, 2020 · 3 comments

Comments

@eagarg
Copy link

eagarg commented Mar 7, 2020

Thanks again for a great theme.

I've discovered an issue though in that lists are not rendered. For example, if I run Hugo server locally against the exampleSite and I update the _index.md file in content/contact to the following:

---
title: 'Contact'
date: 2018-02-22T17:01:34+07:00
---

We offer a free consultation for all new clients.

- Call
- Us
- Today

When this renders, I get:

image

@JugglerX
Copy link
Collaborator

Probably the list bullet point is just being removed in the CSS.

@mattsymes
Copy link

Also a fan of this theme - currently using it to build a Portfolio site for my consulting business.

I've fixed the Contacts bullet issue by amending the contacts.html file. See below:

image

Note, that the same issue applies to general content. To fix that I amended the _content.scss as below:

image

Above may not be the best way to achieve this - but seems to work for me (I'm no CSS / SCSS / Hugo expert...)

@RobertAlbus
Copy link

Check out hugo-hero-theme/issues/35 where I explain how to override the theme styles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants