Sha256: 904076b9caa7a6612b774743ecc03a9fb2de5db2096ea6ab92cd0bad66b83b88
Contents?: true
Size: 1.08 KB
Versions: 6
Compression:
Stored size: 1.08 KB
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>{{page.title}}</title> <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | prepend: site.github.url }}"> <link rel="shortcut icon" href="{{ '/assets/images/0.png?v=' | append: site.github.build_revision | prepend: site.github.url }}"> </head> <body> <header> <h1>{{site.title | default: '网站标题'}}</h1> <p>{{site.description | default: '描述内容'}}</p> </header> <section class="default markdown-body"> <ul> {% for post in site.posts %} <li> {{ post.date | date_to_string }} <a href="{{ post.url | prepend: site.github.url }}">{{ post.title }}</a> <!-- {{ post.excerpt }} --> </li> {% endfor %} </ul> {{content}} </section> {% include footer.html %} </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems