Skip to content

Commit

Permalink
Update content.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPrevato committed Nov 19, 2023
1 parent 589c78b commit 41e4343
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions overrides/partials/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
{% if not "\x3ch1" in page.content %}
<h1>{{ page.title | d(config.site_name, true)}}</h1>
{% endif %}
{% if not config.extra.is_current_version %}
<div class="admonition warning version-warning">
<p class="admonition-title">Version {{config.extra.version}}</p>
<p>This documentation refers to the version {{config.extra.version}}.x of the web framework.
The current version of the <code>main</code> branch is <a href="/blacksheep/">documented here</a>.</p>
</div>
{% endif %}
{{ page.content }}
{% if page.meta and (
page.meta.git_revision_date_localized or
Expand Down

0 comments on commit 41e4343

Please sign in to comment.