File: post.html

package info (click to toggle)
ruby-jekyll-polyglot 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,840 kB
  • sloc: xml: 12,011; ruby: 1,740; sh: 32; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
---
---
<!DOCTYPE html>
<html lang="{{ page.lang }}">
<head>
  <title>{{ page.title }}</title>
</head>
<body>
{{ content }}
</body>
</html>