mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
17 lines
468 B
HTML
17 lines
468 B
HTML
---
|
|
layout: default
|
|
---
|
|
{% include home/intro.html %}
|
|
{% include home/best.html %}
|
|
{% include home/dark-mode.html %}
|
|
{% include home/sponsors.html %}
|
|
{% include home/columns.html %}
|
|
{% include home/modifiers.html %}
|
|
{% include home/customize.html %}
|
|
{% include home/javascript.html %}
|
|
{% include home/beautified.html %}
|
|
{% include home/love.html %}
|
|
{% include home/start.html %}
|
|
|
|
<script type="text/javascript" src="{{ site.url }}/assets/javascript/home.js"></script>
|