Sha256: 6b63c4c9302cf9b1358811c58db10ecc73b4c3ef7c8ac05d8e292ee67ca1f1d3
Contents?: true
Size: 668 Bytes
Versions: 15
Compression:
Stored size: 668 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 %} {{ content }} <script src="{{site.baseurl}}/assets/scripts/index.js"></script> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems