Skip to content

Commit

Permalink
Merge pull request #30 from olifre/custom-heads
Browse files Browse the repository at this point in the history
Add head-custom.html for custom head tags.
  • Loading branch information
parkr authored Jul 16, 2021
2 parents c6ed814 + 87138dc commit acf9d6c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions _includes/head-custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!-- start custom head snippets -->

<!-- Setup theme-color. -->
{% include head-custom-theme-colors.html %}

<!-- You can set your favicon here. -->
<!-- link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}" -->

<!-- end custom head snippets -->
4 changes: 1 addition & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
<link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!-- Setup theme-color. -->
{% include theme_color_meta_headers.html %}

{% include head-custom.html %}
</head>
<body>
<div id="header">
Expand Down

0 comments on commit acf9d6c

Please sign in to comment.