Sha256: 20c8611594208717de95661f27a966c884331e21150c804cbe2b741a53beef0b
Contents?: true
Size: 605 Bytes
Versions: 42
Compression:
Stored size: 605 Bytes
Contents
--- title: Home page published: true --- <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>{{ site.name }}</title> <meta name="keywords" value="{{ site.meta_keywords }}" /> <meta name="description" value="{{ site.meta_description }}" /> </head> <body> {% block 'main' %} <h1>{{ page.title }}</h1> <p>keywords = {{ params.q }}</p> <p>post list</p> <ul> {% for post in contents.posts %} <li><a href="/posts/{{ post._permalink }}">{{ post.title }}</a></li> {% endfor %} </ul> {% endblock %} </body> </html>
Version data entries
42 entries across 42 versions & 1 rubygems