Sha256: fb2f9c316022884c66a571a6fc63b7d9271e35df33434b879587b872cce47b52

Contents?: true

Size: 488 Bytes

Versions: 1

Compression:

Stored size: 488 Bytes

Contents

{% include header.html %}
<head>
    {% include meta.html %}
</head>
<body>
    {% include preloader.html %}
    {% include scroll.html %}
    <main class="main">
	    <div class="container gutter-top gutter-bottom">
		    <div class="row sticky-parent">
                {% include sidebar.html %}
		        
                {{ content }}
			</div><!-- /sticky -->
		</div><!-- container -->
    </main>

    {% include backtotop.html %}
    {% include javascripts.html %}
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
CV-Portfolio-0.0.1 _layouts/post.html