Skip to content

Commit

Permalink
Remove blog page content enclosing paragraph tags in Overview (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfranklin9000 committed Dec 24, 2020
1 parent 358446a commit 35e9f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/documentation/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ We now need to make the `blog-page.html` template. In the `templates` directory,
{{ page.title }}
</h1>
<p class="subtitle"><strong>{{ page.date }}</strong></p>
<p>{{ page.content | safe }}</p>
{{ page.content | safe }}
{% endblock content %}
```

Expand Down

0 comments on commit 35e9f2b

Please sign in to comment.