File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
rest_framework_docs/templates/rest_framework_docs Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9
9
10
- < title > DRF Docs</ title >
10
+ < title > {% block title %} DRF Docs{% endblock %} </ title >
11
11
12
12
<!-- Bootstrap & Flatly -->
13
13
< link href ="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.5/flatly/bootstrap.min.css " rel ="stylesheet ">
41
41
< span class ="icon-bar "> </ span >
42
42
< span class ="icon-bar "> </ span >
43
43
</ button >
44
- < a class ="navbar-brand " href ="http://www.drfdocs.com/ "> DRF Docs</ a >
44
+ {% block logo %} < a class ="navbar-brand " href ="http://www.drfdocs.com/ "> DRF Docs</ a > {% endblock %}
45
45
</ div >
46
46
47
47
<!-- Collect the nav links, forms, and other content for toggling -->
@@ -65,6 +65,7 @@ <h3>Document Web APIs made with <a href="http://www.django-rest-framework.org/"
65
65
66
66
{% block content %}{% endblock %}
67
67
68
+ {% block footer %}
68
69
< div class ="footer ">
69
70
< div class ="links ">
70
71
< a href ="http://www.iamemmanouil.com "> < i class ="fa fa-link "> </ i > </ a >
@@ -73,6 +74,7 @@ <h3>Document Web APIs made with <a href="http://www.django-rest-framework.org/"
73
74
</ div >
74
75
Copyright © 2015 Emmanouil Konstantinidis.
75
76
</ div >
77
+ {% endblock %}
76
78
</ div >
77
79
78
80
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
You can’t perform that action at this time.
0 commit comments