Skip to content

Commit 9e3b60a

Browse files
committed
Add page titles for each page
1 parent 74799d6 commit 9e3b60a

17 files changed

+17
-1
lines changed

doc/_layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml">
33

44
<head>
5-
<title>Jsonnet - The Data Templating Language</title>
5+
<title>Jsonnet - {{ page.title }}</title>
66
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
77
<meta name="keywords" content="Jsonnet, JSON, YAML, language, configuration, configuration language, functional, declarative, lazy, structured, elegant, semantics, clean, mixins, inheritance, template, expansion, expand" />
88
<meta name="description" content="A powerful DSL for elegant description of JSON data." />

doc/articles/comparisons.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: default
3+
title: Comparisons
34
---
45

56
<div class="hgroup">

doc/articles/design.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: default
3+
title: Language Design
34
---
45

56
<div class="hgroup">

doc/articles/fractal.1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: default
3+
title: Fractal Application (1/3)
34
srcroot: https://github.com/google/jsonnet/blob/master/case_studies
45
service_jsonnet: https://github.com/google/jsonnet/blob/master/case_studies/fractal/service.jsonnet
56
packer_jsonnet: https://github.com/google/jsonnet/blob/master/case_studies/fractal/lib/packer.libsonnet

doc/articles/fractal.2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: default
3+
title: Fractal Application (2/3)
34
srcroot: https://github.com/google/jsonnet/blob/master/case_studies
45
service_jsonnet: https://github.com/google/jsonnet/blob/master/case_studies/fractal/service.jsonnet
56
packer_jsonnet: https://github.com/google/jsonnet/blob/master/case_studies/fractal/lib/packer.libsonnet

doc/articles/fractal.3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: default
3+
title: Fractal Application (3/3)
34
service_jsonnet: https://github.com/google/jsonnet/blob/master/case_studies/fractal/service.jsonnet
45
packer_jsonnet: https://github.com/google/jsonnet/blob/master/case_studies/fractal/lib/packer.libsonnet
56
terraform_jsonnet: https://github.com/google/jsonnet/blob/master/case_studies/fractal/lib/terraform.libsonnet

doc/articles/kubernetes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: default
3+
title: Kubernetes
34
---
45

56
<div class="hgroup">

doc/articles/output-formats.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: default
3+
title: Output Formats
34
---
45

56
<div class="hgroup">

doc/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: default
3+
title: The Data Templating Language
34
---
45

56
<div class=hgroup>

doc/learning/community.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: default
3+
title: Community
34
---
45

56
<div class="hgroup">

0 commit comments

Comments
 (0)