Skip to content

Commit

Permalink
add comment explaining theme-head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon McLaren committed May 23, 2019
1 parent 12a6e0c commit f459612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CrankShaft/templates/page/bones.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>{{ content.html_title }}</title>
<meta name="description" content="{{ content.meta_description }}">
{# Place site wide head code in theme-head.html, it should be included into every template. #}
{% include "CrankShaft/globals/theme-head.html" %}
{{ standard_header_includes }}
</head>
Expand Down

0 comments on commit f459612

Please sign in to comment.