Rename article wrapper class to content wrapper
This commit is contained in:
parent
8ec0bf6da3
commit
90ede145a0
|
@ -17,7 +17,7 @@ eleventyComputed:
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="article__wrapper">
|
<div class="content__wrapper">
|
||||||
{% if toc %}
|
{% if toc %}
|
||||||
{% include "toc.njk" %}
|
{% include "toc.njk" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue