Sha256: ac56fb070508345623cf3a1e0a0222ce7b923075d561f0c6626f04f49d7d561c
Contents?: true
Size: 919 Bytes
Versions: 1
Compression:
Stored size: 919 Bytes
Contents
<html> <head> <title>{{ site.title }}</title> <link rel="stylesheet" href="/css/main.css" /> <link rel="stylesheet" href="/css/monokai.css" /> <link href='https://fonts.googleapis.com/css?family=Poiret+One|Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'> </head> <body> <h1><a href="/">{{ site.title }}Title</a></h1> <div id="posts"> {% for post in site.posts %} <div class="post"> {% if post.real_title %} <h1 class="post-title"><a href="{{ post.url }}">{{ post.real_title }}</a></h1> {% endif %} <p class="post-date"><a href="{{ post.url }}">{{ post.date | date: "%b %d %y" }}</a></p> <div class="post-content">{{ post.content }}</div> <p class="post-reply">To reply: "frenchpress reply {{ site.url }}/{{ post.url }}"</p> </div> {% endfor %} </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
frenchpress-0.2 | install/_layouts/index.html |