Skip to content

Commit

Permalink
templated
Browse files Browse the repository at this point in the history
  • Loading branch information
justpsychiatry committed Sep 7, 2022
1 parent 99ea4dc commit 6a3f821
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{% extends "!layout.html" %}
{% block rootrellink %}
{% set script_files = script_files + ["_static/gcse.js"] %}
<li><a href="https://justpsychiatry.co.uk/projects/bjpsych-bull/">Index</a> &raquo;</li>
{{ super() }}
{% endblock %}
{% block extrahead %}
{% set script_files = script_files + ["_static/{% set %} tag:.js"] %}
{{ super() }}
{% endblock %}
3 changes: 3 additions & 0 deletions docs/source/_templates/search.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div role="main">
{% block document %}{% endblock %}
</div>

0 comments on commit 6a3f821

Please sign in to comment.