File: index.html

package info (click to toggle)
ruby-jekyll-github-metadata 2.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 740 kB
  • sloc: ruby: 2,394; javascript: 107; sh: 41; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
---

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>Page Title</title>
</head>
<body>
    <h1>{{ site.github.project_title }}</h1>
    <h2>{{ site.github.project_tagline }}</h2>
    <h2>Owner: {{ site.github.owner_name }}</h2>
    <h3>Latest Release: {{ site.github.latest_release }}</h3>
</body>
</html>