1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Rename header template to navbar

To avoid the confusing similarity between _head and _header.
This commit is contained in:
David Tolnay
2015-08-15 14:10:28 -07:00
parent 161a6fa635
commit 461f04bd4d
4 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
{% include "shared/head" %}
<body id="{{slug}}">
{% include "shared/header" %}
{% include "shared/navbar" %}
<div class="container">
<div class="row">

View File

@@ -3,7 +3,7 @@
{% include "shared/head" %}
<body id="{{slug}}">
{% include "shared/header" %}
{% include "shared/navbar" %}
<div class="container">
<div class="row">

View File

@@ -3,7 +3,7 @@
{% include "shared/head" %}
<body id="{{slug}}" data-spy="scroll" data-target="#navcolumn" data-offset="100">
{% include "shared/header" %}
{% include "shared/navbar" %}
<div class="container">
<div class="row">