mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-19 23:57:48 +00:00
Move toc_aside out of <main>
This way, we avoid that the table of contents is picked for link previews by third-party sites.
This commit is contained in:
@@ -32,7 +32,10 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main>{% block main %}{% endblock main %}</main>
|
||||
<div>
|
||||
{% block toc_aside %}{% endblock toc_aside %}
|
||||
<main>{% block main %}{% endblock main %}</main>
|
||||
</div>
|
||||
|
||||
<div>{% block after_main %}{% endblock after_main %}</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user