File: page.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 (13 lines) | stat: -rw-r--r-- 391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
---
layout: test
---
<div class="home">
<h2 class="page-heading lang">Site Details</h2>
{{ content }}
<div>
<p>Is logo enabled? {% unless theme.logo == 'disabled' %}{{ theme.logo }}{% endunless %}</p>
<p>Theme Variant: {{ theme.theme_variant }}</p>
<p>Show recent posts in a: {{ theme.recent_posts.style }}</p>
<p>Max no. of recent posts: {{ theme.recent_posts.quantity }}</p>
</div>
</div>