_layouts/default.html in jekyll-dash-1.0.12 vs _layouts/default.html in jekyll-dash-1.1.0
- old
+ new
@@ -12,8 +12,14 @@
{{ content }}
</div>
</main>
{%- include footer.html -%}
+
+ <script>
+ window.FontAwesomeConfig = {
+ searchPseudoElements: true
+ }
+ </script>
</body>
</html>