elixirschool / school_house

The new era of Elixir School now powered by @phoenixframework
https://elixirschool.com/
Apache License 2.0
155 stars 49 forks source link

Remove Extra Paragraph Tag from Lesson Section Index Page #129

Closed kinson closed 3 years ago

kinson commented 3 years ago

Overview

Removes extra <p> tag in the lessons index page. This was causing an HTML validation error in Rocket Validator.

Closes #128

doomspork commented 3 years ago

Thanks @kinson!