mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
body: remove condition for homepage, as it uses its own template
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -13,11 +13,10 @@
|
||||
<div class="col-body">
|
||||
<main class="col-content content">
|
||||
<section class="section">
|
||||
{% if page.url != '/' %}
|
||||
{% if page.title %}
|
||||
<h1>{{ page.title }}</h1>{% endif %} {% if page.advisory %}
|
||||
<blockquote>{{ site.data.advisories.texts[page.advisory] | markdownify }}</blockquote>
|
||||
{% endif %}{% endif %}
|
||||
{% endif %}
|
||||
{% unless page.tree == false or page.skip_read_time == true %}{% include read_time.html %}{% endunless %}
|
||||
{% if page.enterprise %}{% include enterprise_moved.html %}{% endif %}
|
||||
{{ content }}
|
||||
|
||||
Reference in New Issue
Block a user