Co-Epi / website

a website for the Co-Epi (Community Epidemiology In Action) project. See other repositories for project code.
MIT License
27 stars 7 forks source link

FAQ updates #16

Closed scottleibrand closed 4 years ago

scottleibrand commented 4 years ago

I tried to make these edits directly and it broke the FAQ page, so I reverted: https://github.com/Co-Epi/website/compare/master...5ee5e5fe0b58299723b7e9489c27dce773a0b8d6

Can you figure out how to make them properly?

danamlewis commented 4 years ago

it looks like you were making those edits under _site/faq/index.html, vs the root level faq.html. Made these changes via https://github.com/Co-Epi/website/commit/10af0f6878e1d89843dbbed291e3b747125c0f13. Then realized it was hanging up due to a colon that the site apparently doesn't like, and solved that via https://github.com/Co-Epi/website/commit/d00352fdd430f06f7c73ad4707d3e2b56fa8230c.

You should be able to edit root level content more easily - e.g. index.html, faq.html etc similar to markdown - so target those pages for your changes, which should then propagate to the sub-folder index pages.

image