Sha256: 31c2be8c91f25befb93dd68425d0f3b54eccdebdd590acebe15f463cfb24f336

Contents?: true

Size: 1.48 KB

Versions: 1

Compression:

Stored size: 1.48 KB

Contents

<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
<head>
    {% include head.html %}
</head>
<body class="{{ page.path | split: '/' | first }}">
{% include header.html %}
<section id="blogPosts" class="block white">
    {% include nav.html %}
        {{ content }}
</section>
<section class="dianamicContent" id="dianamicContent" style="display: none">
    <div class="navbar-fixed">
        <nav class="white">
            <div class="nav-wrapper">
                <div class="container">
                    <a href="#" class="brand-logo white black-text waves-effect waves-teal" id="back2blog"><i class="material-icons">arrow_back</i></a>
                    <p class="center black-text" id="s_setText"></p>
                    <ul id="nav-post" class="right hide-on-med-and-down">
                        <li><a href="#!" id="lPostBtnSamll" class="white black-text waves-effect waves-teal"  style="display: none"><i class="material-icons">keyboard_backspace</i></a></li>
                        <li><a href="#!"  id="lPostBtnLarge" class="white black-text waves-effect waves-teal"><i class="material-icons">settings_ethernet</i></a></li>
                        <li><a href="javascript:pdfToHTML()" class="white black-text waves-effect waves-teal"><i class="material-icons">print</i></a></li>
                    </ul>
                </div>
            </div>
        </nav>
    </div>
    <article id="blogArticle"></article>
</section>
{% include footer.html %}
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-anc-0.1.2 _layouts/blog.html