- New template - Rename screens - New partial for menu - New data file for menu content - Separate styles
16 lines
No EOL
278 B
Text
16 lines
No EOL
278 B
Text
---
|
|
title: Menu
|
|
tags:
|
|
- game
|
|
---
|
|
{% assign bodyClass = 'body_menu' -%}
|
|
{% layout 'hippie/simple.liquid' %}
|
|
|
|
{% block body %}
|
|
{% render 'hippie/partials/game-menu.liquid', links: menu %}
|
|
<footer>
|
|
{% brand 'brand', 'last' %}
|
|
<p>Marke</p>
|
|
{% endbrand %}
|
|
</footer>
|
|
{% endblock %} |