From 5581929151a00bd7b8e229b921a505a81f57768a Mon Sep 17 00:00:00 2001 From: Camille Roux <25977+camilleroux@users.noreply.github.com> Date: Thu, 9 Aug 2018 15:06:28 +0200 Subject: [PATCH 1/2] Use RegularPages instead of Pages in list.html --- layouts/_default/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 6ee6dbc..1461424 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -30,7 +30,7 @@ {{ define "main" }} {{ $truncate := default true .Site.Params.truncate }} -{{ $paginator := .Paginate (where .Site.Pages "Section" "in" .Site.Params.mainSections) }} +{{ $paginator := .Paginate (where .Site.RegularPages "Section" "in" .Site.Params.mainSections) }} {{ range $paginator.Pages }} {{ if $truncate }} {{ .Render "summary" }} From f52497443b82f58fc447dd9aa868e114f7cff3f2 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Fri, 24 Aug 2018 16:02:50 +0900 Subject: [PATCH 2/2] update Font Awesome links and HTTPS link to Bootstrap site --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bb5249..05c4444 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,6 @@ There are several ways to help with the development of the theme: - Fork [the repository](https://github.com/alanorth/hugo-theme-bootstrap4-blog) on GitHub, add features on a "feature" branch like `update-bootstrap`, and then send a [pull request](https://github.com/alanorth/hugo-theme-bootstrap4-blog/compare) with your changes ## License -This repository contains the code of [Bootstrap](http://getbootstrap.com), which is licensed under the [MIT license](https://tldrlegal.com/license/mit-license), and [Font Awesome](http://fontawesome.io/), which uses [various licenses](http://fontawesome.io/license/). +This repository contains the code of [Bootstrap](https://getbootstrap.com), which is licensed under the [MIT license](https://tldrlegal.com/license/mit-license), and [Font Awesome](https://fontawesome.com/), which uses [various licenses](https://fontawesome.com/license/). Otherwise, the contents are [GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt).