File: index.html

package info (click to toggle)
ruby-jekyll-multiple-languages 1.7.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,376 kB
  • sloc: ruby: 312; javascript: 12; sh: 5; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
---
layout: default
title: Home

namespace: root
permalink: /
---

{% assign page = site.posts.first %}
{% assign content = page.content %}
{% include post.html param="Include parameter value from index.html"%}