a new start
This commit is contained in:
15
_includes/head/index.html
Normal file
15
_includes/head/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% assign google_fonts = site.google_fonts %}
|
||||
{% assign font_heading = site.font_heading %}
|
||||
{% assign font = site.font %}
|
||||
|
||||
{% include head/meta.html %}
|
||||
{% include_cached head/meta-static.html %}
|
||||
|
||||
{% include head/links.html lang=page.lang %}
|
||||
{% include_cached head/links-static.html %}
|
||||
|
||||
{% include_cached head/scripts.html %}
|
||||
|
||||
{% include_cached head/styles.html layout=page.layout color=color theme_color=theme_color %}
|
||||
|
||||
{% include my-head.html %}
|
||||
Reference in New Issue
Block a user