Sha256: 5681959ac64f2fc5e694079eb6371ff31e568cce6e45248658b981e624326bf3
Contents?: true
Size: 1.25 KB
Versions: 4
Compression:
Stored size: 1.25 KB
Contents
--- layout: default --- <header> {% if site.theme_config.show_navbar == true %} {% include horizontal_list.html collection=site.data.home.navbar_entries %} <div class="dashed"></div> {% endif %} <h1>{{ site.title }}</h1> {% if site.theme_config.show_description == true %} <p>{{ site.description }}</p> {% endif %} </header> {{ content }} {% if site.theme_config.show_projects == true %} <h2>{{ site.theme_config.home.title_projects }}</h2> {% include card_list.html collection=site.data.home.project_entries %} {% endif %} {% if site.theme_config.show_misc_list == true %} <h2>{{ site.theme_config.home.title_misc_list }}</h2> {% include vertical_list.html collection=site.data.home.misc_entries %} {% endif %} {% if site.theme_config.show_blog == true %} <h2>{{ site.theme_config.home.title_blog }}</h2> {% include post_list.html %} {% endif %} {% if site.theme_config.show_old_projects == true %} <h2>{{ site.theme_config.home.title_old_projects }}</h2> {% include card_list.html collection=site.data.home.old_project_entries %} {% endif %} {% if site.theme_config.show_footer == true %} <footer> <div class="dashed"></div> {% include horizontal_list.html collection=site.data.home.footer_entries %} </footer> {% endif %}
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
moonwalk-0.1.3 | _layouts/home.html |
moonwalk-0.1.2 | _layouts/home.html |
moonwalk-0.1.1 | _layouts/home.html |
moonwalk-0.0.4 | _layouts/home.html |