Sha256: 46292f8593c284a29b240606fa870fed0edf621edc56b8fa017caae832495b7d
Contents?: true
Size: 903 Bytes
Versions: 1
Compression:
Stored size: 903 Bytes
Contents
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>{{ page.title }}</title> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet"> <link rel="stylesheet" href="/assets/style.css"> </head> <body> <header> </header> <div class="container wrapper"> <div class="row"> <div class="col-12 col-sm-4 col-md-2 sidebar"> {% include sidebar.html %} </div> <div class="offset-sm-4 col-12 col-sm-8"> {{ content }} </div> </div> </div> <footer class="text-center"> © 2019 - Powered by Jekyll, designed by Richard Mountain </footer> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mancalledmountain-theme-0.1.2 | _layouts/default.html |