Sha256: 19264dbd0e0a49801a7d70985f868029548f36c068f772a641860e5497b5c9c6
Contents?: true
Size: 692 Bytes
Versions: 1
Compression:
Stored size: 692 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>{% if page.title %} {{ page.title }} | {% endif %} {{ site.name }}</title> <link rel="stylesheet" href="{{site.baseurl}}/assets/styles/index.css" /> <meta name="description" content="{{site.description}}" /> <meta name="author" content="{{site.author}}" /> <link rel="author" href="humans.txt" /> <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="{{site.baseurl}}/feed.xml" /> </head> <body> {% if site.data.menu %} {% include menu.html %} {% endif %} <main> {{ content }} </main> <script src="{{site.baseurl}}/assets/scripts/index.js"></script> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voppe-jekyll-theme-0.2.0 | _layouts/default.html |