Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Add source/includes/_head.md, refs #14
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Oct 31, 2017
1 parent 616bbb4 commit c26d7e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
</script>


<!-- shins; content for the head element from source/includes/_head.md -->

</head>

<body data-languages="[&quot;shell&quot;,&quot;http&quot;,&quot;javascript&quot;,&quot;javascript--nodejs&quot;,&quot;ruby&quot;,&quot;python&quot;,&quot;java&quot;]">
Expand Down
1 change: 1 addition & 0 deletions source/includes/_head.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- shins; content for the head element from source/includes/_head.md -->
1 change: 1 addition & 0 deletions source/layouts/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ under the License.
<% } else { %>
<%- javascript_include_tag("all_nosearch") %>
<% } %>
<%- partial('head') %>
</head>

<body <% if (current_page.page_classes) {%>class="<%= current_page.page_classes %>" <% } %>data-languages="<%- language_array(current_page.data.language_tabs) %>">
Expand Down

0 comments on commit c26d7e6

Please sign in to comment.