Skip to content

Commit

Permalink
Merge branch '23.09' into backport/2777-to-23.09
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho authored Sep 4, 2024
2 parents 9698215 + 17a2e11 commit 96d6a9a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{% extends "!layout.html" %}
{% block extrahead %}
<link href="{{ pathto("_static/custom.css", True) }}" rel="stylesheet" type="text/css">
{% endblock %}
{%- if meta is mapping and meta.get("render_mode") == "raw" %}
{% block body %}{% endblock %}
{%- else %}
{% extends "!layout.html" %}
{% block extrahead %}
<link href="{{ pathto("_static/custom.css", True) }}" rel="stylesheet" type="text/css" />
{% endblock %}
{%- endif %}

0 comments on commit 96d6a9a

Please sign in to comment.