mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-23 10:13:43 +02:00
_layouts/error.html: remove markdown-body class from header container.
This commit is contained in:
parent
d7872a477b
commit
4c8a991692
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
<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 %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue