Merge pull request #21 from go-gitea/feature/improve-navigation

Improve readability by making the landingpage's content smaller in width
This commit is contained in:
Matthias Loibl 2016-12-23 23:24:21 +01:00 committed by GitHub
commit 7455c30bac
2 changed files with 4 additions and 1 deletions

View File

@ -25,3 +25,6 @@ indent_size = 4
[Makefile]
indent_style = tab
[*.md]
trim_trailing_whitespace = false

View File

@ -3,7 +3,7 @@
<div class="container content">
<div class="row">
<div class="col-xs-12">
<div class="col-lg-8 offset-lg-2">
{{ range where .Site.Pages "Type" "page" }}
{{ .Content }}
{{ end }}