css: add next and previous pages in the header

git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@53 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
bevilj 2018-11-08 08:06:13 +00:00
parent c3320b6ef3
commit f0d157866e
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,9 @@
layout: page
author: Joey Bevilacqua
title: CD
previous-page: pages/cmd/basic/ls.html
---
<p>The <code>cd</code> command is used to change directories</p>
<ul>
<li>Item 1</li>
@ -19,4 +21,3 @@ format.json { render json: @widget }
end
end
{% endhighlight %}

View File

@ -2,7 +2,9 @@
layout: page
author: Claudio Maggioni
title: LS
next-page: pages/cmd/basic/cd.html
---
<p>The ls command is used to list files</p>
<ul>
<li>Item 1</li>
@ -19,4 +21,3 @@ format.json { render json: @widget }
end
end
{% endhighlight %}