File: home.html

package info (click to toggle)
ruby-jekyll-data 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 420 kB
  • sloc: ruby: 909; sh: 95; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
---
layout: default
---
<div class="home">
<h2 class="page-heading lang">{{ site.data.locales[site.lang].greeting }}</h2>
{{ content }}
<p class="pager">
<a href="{{ "/prev/" | relative_url }}">{{ site.data.locales[site.lang].prev }}</a>
<a href="{{ "/next/" | relative_url }}">{{ site.data.locales[site.lang].next }}</a>
</p>
</div>