Sha256: 865edab98369b3b508beb85b2e0982e577b2e22189fa0574a34328ed0096b754

Contents?: true

Size: 495 Bytes

Versions: 1

Compression:

Stored size: 495 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-parent -->
		</div><!-- /container -->
    </main>
    
	{% include photoswipe.html %}
    {% 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/project.html