File tree Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1+ {% extends "base.html" %}
2+ {% block header %}
3+ < ul class ="pure-menu-list ">
4+ < li > < a href ="/about "> About</ a > </ li >
5+ < li > < a href ="/about/badges "> Badges</ a > </ li >
6+ < li > < a href ="/about/builds "> Builds</ a > </ li >
7+ < li > < a href ="/about/metadata "> Metadata</ a > </ li >
8+ < li > < a href ="/about/redirections "> Redirections</ a > </ li >
9+ </ ul >
10+ {% endblock %}
Original file line number Diff line number Diff line change 1- {% extends "base.html" -%}
1+ {% extends "about- base.html" -%}
22
33{%- block title -%} Badges {%- endblock title -%}
44
Original file line number Diff line number Diff line change 1- {% extends "base.html" -%}
1+ {% extends "about- base.html" -%}
22
33{%- block title -%} Builds {%- endblock title -%}
44
Original file line number Diff line number Diff line change 1- {% extends "base.html" -%}
1+ {% extends "about- base.html" -%}
22
33{%- block title -%} About Docs.rs {%- endblock title -%}
44
Original file line number Diff line number Diff line change 1- {% extends "base.html" -%}
1+ {% extends "about- base.html" -%}
22
33{%- block title -%} Metadata {%- endblock title -%}
44
Original file line number Diff line number Diff line change 1- {% extends "base.html" -%}
1+ {% extends "about- base.html" -%}
22
33{%- block title -%} Redirections {%- endblock title -%}
44
You can’t perform that action at this time.
0 commit comments