ubpdate jekyll to v4.0, build time fixes

This commit is contained in:
codecalm
2019-11-29 16:57:13 +01:00
parent d54053ff0a
commit 6f42a761c7
55 changed files with 291 additions and 265 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ title: Form Elements
<input type="text" class="form-control" placeholder="Search for&hellip;">
</div>
<span class="col-auto">
<button class="btn btn-secondary" type="button">{% include ui/icon.html icon="search" %}</button>
<button class="btn btn-secondary" type="button">{% include_cached ui/icon.html icon="search" %}</button>
</span>
</div>
</div>{% endexample %}