Sha256: b2040f0c3d9229b1cd9e31847c40395c708ee253e105a79e7ac1743171d976a2
Contents?: true
Size: 301 Bytes
Versions: 1
Compression:
Stored size: 301 Bytes
Contents
--- --- <html> <head> </head> <body> THIS IS MY LAYOUT <h1>{{ page.title }}</h1> {{ content }} {% if page.author.name and page.author.uri %} <a href="{{ page.author.uri }}">{{ page.author.name }}</a> {% else %} {{ page.author }} {% endif %} </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-author-0.1.0 | spec/fixtures/_layouts/post.html |