summaryrefslogtreecommitdiff
path: root/_includes/gw_head/head.html
blob: cf82bd902c5634485a1ad7a48670fded568ff5d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<head>
  {% if site.inc_before_head %}
  {% include {{ site.inc_before_head }} %}
  {% endif %}
 
  {% include gw_head/meta.html %}
  {% include gw_head/scripts.html %}
  {% include gw_head/styles.html %}

  {% if site.inc_after_head %}
  {% include {{ site.inc_after_head }} %}
  {% endif %}
</head>