We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383d44d commit ad09fd3Copy full SHA for ad09fd3
1 file changed
docs/_layouts/default.html
@@ -6,12 +6,15 @@
6
<link rel="dns-prefetch" href="https://api.github.com">
7
8
{% seo %}
9
+
10
<style>
- {%- capture include_to_scssify -%}
11
- {%- include page.scss -%}
12
- {%- endcapture -%}
13
- {{- include_to_scssify | scssify -}}
+ {%- capture include_to_scssify -%}
+ {%- include page.scss -%}
+ {%- endcapture -%}
14
+ {{- include_to_scssify | scssify -}}
15
</style>
16
17
+ <script async src="https://platform.twitter.com/widgets.js"></script>
18
</head>
19
20
<body>
@@ -29,7 +32,5 @@ <h1>GitHub buttons</h1>
29
32
30
33
{{ content }}
31
34
</div>
-
- <script async src="https://platform.twitter.com/widgets.js"></script>
35
</body>
36
</html>
0 commit comments