Sha256: 09fbbce8e0c75f10309de6a323031a516595f5aa6b856b4c13bdf25521901d34

Contents?: true

Size: 1.86 KB

Versions: 2

Compression:

Stored size: 1.86 KB

Contents

---
layout: compress
---
<!DOCTYPE html>
<html lang="{{site.data.site.lang}}">
    {% include head.html %}
    <body>
        {% include component/totop.html %}
        {% include header/header.html %}
        <div class="mdui-container container">
            <section class="content">
                {{ content }}
            </section>
        </div>
        {% if site.data.site.google_analytics != "" %}
        {% include analytics/google.html %}
        {% endif %}
        {% if site.data.site.baidu_auto_push == true %}
        {% include submission/baidu.html %}
        {% endif %}
        {% include component/sw.html %}
        {% include component/customCssJS.html %}
        {% include footer/footer.html %}
        {% if site.data.site.uiux.meng == true%}
            {% if site.data.meng.live2d.switch == true %}
                {% include meng/live2d.html %}
            {% endif %}
            {% if site.data.meng.title.switch == true %}
                {% include meng/title.html %}
            {% endif %}
            {% if site.data.meng.cursor.switch == true %}
                {% include meng/cursor.html %}
            {% endif %}
            {% if site.data.meng.console.switch == true %}
                {% include meng/console.html %}
            {% endif %}
            {% if site.data.meng.background.switch == true %}
                {% include meng/background.html %}
            {% endif %}
            {% if site.data.meng.card.switch == true %}
                {% include meng/card.html %}
            {% endif %}
            {% if site.data.meng.music_player.player == "cplayer" %}
                {% include meng/cplayer.html %}
            {% elsif  site.data.meng.music_player.player == "aplayer"%}
                {% include meng/aplayer.html %}
            {% endif %}
        {% endif %}
    </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-theme-mdui-0.5.2.4 _layouts/default.html
jekyll-theme-mdui-0.5.2.3 _layouts/default.html