repo.or.cz
/
GalaxyBlog.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: index.md
[GalaxyBlog.git]
/
pages.html
blob
bde1a329fc3c65fe527d16bd5fa7e97e764c1716
1
---
2
layout: page
3
title: Pages
4
header: Pages
5
group: navigation
6
---
7
{% include JB/setup %}
8
9
<h2>
All Pages
</h2>
10
<ul>
11
{% assign pages_list = site.pages %}
12
{% include JB/pages_list %}
13
</ul>