mirror of
https://github.com/aljazceru/midnight-gh-pages-theme.git
synced 2025-12-18 14:44:23 +01:00
Merge pull request #30 from olifre/custom-heads
Add head-custom.html for custom head tags.
This commit is contained in:
9
_includes/head-custom.html
Normal file
9
_includes/head-custom.html
Normal file
@@ -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 -->
|
||||||
@@ -15,9 +15,7 @@
|
|||||||
<link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
|
<link rel="stylesheet" href="{{ '/assets/css/ie.css' | relative_url }}">
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||||
<!-- Setup theme-color. -->
|
{% include head-custom.html %}
|
||||||
{% include theme_color_meta_headers.html %}
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
|
|||||||
Reference in New Issue
Block a user