File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,7 @@ demo/db.sqlite3
99dist /
1010drfdocs.egg-info /
1111
12+ site /
13+
1214rest_framework_docs /static /node_modules /
1315rest_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 77 {% if page_description %}< meta name ="description " content ="{{ page_description }} "> {% endif %}
88 {% if site_author %}< meta name ="author " content ="{{ site_author }} "> {% endif %}
99 {% 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 %}
1216
1317 < title > {% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}</ title >
1418
You can’t perform that action at this time.
0 commit comments