Skip to content

Commit 82c9993

Browse files
committed
full name instead of ifology
1 parent 5bad329 commit 82c9993

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

templates/docusaurus/frame.html.jinja2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ custom_edit_url: null
55
---
66

77
{% block content %}{% endblock %}
8-
9-

templates/docusaurus/module.html.jinja2

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{% extends "frame.html.jinja2" %}
22

33
{% block content %}
4-
{% if module.name == 'fishjam' %}
5-
# fishjam
6-
{% else %}
7-
# fishjam.{{ module.name }}
8-
{% endif %}
4+
# {{ module.fullname }}
95

106
{% block module_info %}
117
{% if module.docstring and ".. include::" not in module.docstring %}

0 commit comments

Comments
 (0)