summaryrefslogtreecommitdiff
path: root/_includes/gw_head/styles.html
blob: 3bb7eccdc9695457e8a133f6862d70e3d2362433 (plain)
1
2
3
4
5
6
7
8
9
{% if site.inc_before_styles %}
{% include {{ site.inc_before_styles }} %}
{% endif %}

<link rel="stylesheet" href="{{ '/assets/css/git-wiki-style.css?v=' | append: site.github.build_revision | relative_url }}">

{% if site.inc_after_styles %}
{% include {{ site.inc_after_styles }} %}
{% endif %}