File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,7 @@ demo/db.sqlite3
9
9
dist /
10
10
drfdocs.egg-info /
11
11
12
+ site /
13
+
12
14
rest_framework_docs /static /node_modules /
13
15
rest_framework_docs /static /rest_framework_docs /js /dist.min.js.map
Original file line number Diff line number Diff line change
1
+ drfdocs.com
Original file line number Diff line number Diff line change 7
7
{% if page_description %}< meta name ="description " content ="{{ page_description }} "> {% endif %}
8
8
{% if site_author %}< meta name ="author " content ="{{ site_author }} "> {% endif %}
9
9
{% if canonical_url %}< link rel ="canonical " href ="{{ canonical_url }} "> {% endif %}
10
- {% if favicon %}< link rel ="shortcut icon " href ="{{ favicon }} ">
11
- {% else %}< link rel ="shortcut icon " href ="{{ base_url }}/img/favicon.ico "> {% endif %}
10
+
11
+ {% if favicon %}
12
+ < link rel ="shortcut icon " href ="{{ favicon }} ">
13
+ {% else %}
14
+ < link rel ="shortcut icon " href ="{{ base_url }}/img/favicon.ico ">
15
+ {% endif %}
12
16
13
17
< title > {% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}</ title >
14
18
You can’t perform that action at this time.
0 commit comments