Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit a30b1c0

Browse files
committed
Use runestone as appname
* there should be a better way to configure this
1 parent 4505190 commit a30b1c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap

runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% extends "basic/layout.html" %}
55

66
{% if dynamic_pages == 'True' %}
7-
{% set appname = '{{ request.application }}' %}
7+
{% set appname = 'runestone' %}
88
{% endif %}
99

1010

0 commit comments

Comments
 (0)