16 lines
477 B
HTML
16 lines
477 B
HTML
{% 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 %}
|