mirror of
https://github.com/eosswedenorg/apt
synced 2026-07-04 12:03:42 +02:00
_layouts/default.html: only apply markdown-body class to content.
This commit is contained in:
parent
4f2a6b5d59
commit
43aad4050c
1 changed files with 4 additions and 2 deletions
|
|
@ -2,11 +2,13 @@
|
||||||
<html lang="{{ site.lang | default: "en-US" }}">
|
<html lang="{{ site.lang | default: "en-US" }}">
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
<body>
|
<body>
|
||||||
<div class="container-lg px-3 my-5 markdown-body">
|
<div class="container-lg px-3 my-5">
|
||||||
|
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
{{ content }}
|
<div class="markdown-body">
|
||||||
|
{{ content }}
|
||||||
|
</div>
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue