Merge pull request #13 from go-gitea/feature/minor-improvements

Improve readability for list of blog posts
This commit is contained in:
Thomas Boerger 2016-12-24 00:07:35 +01:00 коммит произвёл GitHub
Родитель 09850a2504 4083fa2580
Коммит b116ae4a9c
3 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

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

Просмотреть файл

@ -8,6 +8,8 @@ draft: false
Gitea is a community fork of the popular self-hosted Git service Gogs. We're a growing group of former Gogs users and contributors who found the single-maintainer management model of Gogs frustrating and thus decided to make an effort to build a more open and faster development model.
<!--more-->
This happened not before trying to convince @Unknwon about giving write permissions to more people, among the community. He rightly considered Gogs his own creature and didn't want to let it grow outside of him, thus a fork was necessary in order to set that code effectively free.
As Kahlil Gibran wrote about children:

Просмотреть файл

@ -3,7 +3,7 @@
<div class="container content">
<div class="row">
<div class="col-xs-12">
<div class="col-lg-8 offset-lg-2">
{{ $paginator := .Paginate (where .Data.Pages "Type" "post") }}{{ range $paginator.Pages }}
<article>
<header>