Skip to content

Commit 31c71da

Browse files
authored
Merge pull request #197 from kakawait/develop
Release 0.4.1
2 parents 7c33939 + ec4ee5a commit 31c71da

File tree

10 files changed

+14
-10
lines changed

10 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.4.1-BETA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/16) - 11 sep 2017
6+
7+
- Fix _sharing options_ link generation bug, that break shares ([#196](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/196))
8+
59
## [0.4.0-BETA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/4) - 10 sep 2017
610

711
- Fix menu ordering ([#149](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/149), [#150](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/150))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Please all the credit should be attributed to [original *Hexo* version](https://
3434
## General
3535

3636
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
37-
- **Version**: 0.4.0-BETA (based on Hexo version 1.10.0)
37+
- **Version**: 0.4.1-BETA (based on Hexo version 1.10.0)
3838
- **Compatibility**: Hugo v0.20.1
3939

4040
## Features

docs/developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
2828
## General ##
2929

3030
- **Author** : Thibaud Leprêtre
31-
- **Version** : 0.4.0-BETA (based on Hexo version 1.10.0)
31+
- **Version** : 0.4.1-BETA (based on Hexo version 1.10.0)
3232
- **Compatibility** : Hugo v0.20.1
3333

3434
## Requirements ##

docs/user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
5454
## General
5555

5656
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
57-
- **Version**: 0.4.0-BETA (based on Hexo version 1.10.0)
57+
- **Version**: 0.4.1-BETA (based on Hexo version 1.10.0)
5858
- **Compatibility**: Hugo v0.20.1
5959

6060
## Features

exampleSite/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tranquilpeak
2-
# Version : 0.4.0-BETA
2+
# Version : 0.4.1-BETA
33
# Author : Thibaud Leprêtre
44

55
# I STRONGLY recommend you to use a CDN to speed up loading of pages.

exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Welcome to Tranquilpeak 0.4.0-BETA"
2+
title: "Welcome to Tranquilpeak 0.4.1-BETA"
33
date: 2015-06-15
44
categories:
55
- tranquilpeak
@@ -65,7 +65,7 @@ Please all the credit should be attributed to [original *Hexo* version](https://
6565
## General
6666

6767
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
68-
- **Version**: 0.4.0-BETA (based on Hexo version 1.10.0)
68+
- **Version**: 0.4.1-BETA (based on Hexo version 1.10.0)
6969
- **Compatibility**: Hugo v0.20.1
7070

7171
## Features

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{{ partial "head_start.html" . }}
2828
<meta charset="UTF-8">
2929
<meta name="viewport" content="width=device-width, initial-scale=1">
30-
<meta name="generator" content="Hugo {{ .Hugo.Version }} with theme Tranquilpeak 0.4.0-BETA">
30+
<meta name="generator" content="Hugo {{ .Hugo.Version }} with theme Tranquilpeak 0.4.1-BETA">
3131
<title>{{ with .Title }}{{ . }}{{ else }}{{ .Site.Title }}{{ end }}</title>
3232
<meta name="author" content="{{ .Site.Author.name }}">
3333
<meta name="keywords" content="{{ with .Keywords }}{{ delimit . ", " }}{{ end }}{{ if .Site.Params.keywords }}, {{ delimit .Site.Params.keywords ", " }}{{ end }}">

layouts/partials/post/actions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</li>
3434
{{ range .Site.Params.sharingOptions }}
3535
<li class="post-action hide-xs">
36-
<a class="post-action-btn btn btn--default" target="new" href="{{ printf .url .Permalink }}">
36+
<a class="post-action-btn btn btn--default" target="new" href="{{ printf .url $.Permalink }}">
3737
<i class="fa {{ .icon }}"></i>
3838
</a>
3939
</li>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hugo-tranquilpeak-theme",
3-
"version": "0.4.0-BETA",
3+
"version": "0.4.1-BETA",
44
"description": "A gorgeous responsive theme for Hugo blog framework",
55
"main": "Gruntfile.js",
66
"scripts": {

0 commit comments

Comments
 (0)