Skip to content

Commit 50b8d7e

Browse files
committed
page
1 parent af5a748 commit 50b8d7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<header>
77
<h2>{{ page.title }}</h2>
8-
<p>Aliquam ut ex ut interdum donec amet imperdiet eleifend</p>
8+
<p>{{ page.categories | join ' ' }}</p>
99
</header>
1010

1111
<section class="wrapper style5">

wiki.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: default
2+
layout: page
33
---
44

55
<div class="home">

0 commit comments

Comments
 (0)