Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud Lepretre <thibaud.lepretre@gmail.com>2017-09-11 15:28:36 +0300
committerGitHub <noreply@github.com>2017-09-11 15:28:36 +0300
commit31c71da9f5b37972ea649d7ae1b54c82e0d353e4 (patch)
treef935723b5608741a59aaf207372e89f45a142a19
parent7c33939efe7f3c53287f00409f322c5faef0f69e (diff)
parentec4ee5ae774b60e4eee5c3d4f22ddf84595f9eda (diff)
Merge pull request #197 from kakawait/develop0.4.1-BETA
Release 0.4.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md2
-rw-r--r--docs/developer.md2
-rw-r--r--docs/user.md2
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md4
-rw-r--r--layouts/partials/head.html2
-rw-r--r--layouts/partials/post/actions.html2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
10 files changed, 14 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8df3643..5c8ceda 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
+## [0.4.1-BETA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/16) - 11 sep 2017
+
+- Fix _sharing options_ link generation bug, that break shares ([#196](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/196))
+
## [0.4.0-BETA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/4) - 10 sep 2017
- Fix menu ordering ([#149](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/149), [#150](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/150))
diff --git a/README.md b/README.md
index 47c9547..c8f1219 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Please all the credit should be attributed to [original *Hexo* version](https://
## General
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
-- **Version**: 0.4.0-BETA (based on Hexo version 1.10.0)
+- **Version**: 0.4.1-BETA (based on Hexo version 1.10.0)
- **Compatibility**: Hugo v0.20.1
## Features
diff --git a/docs/developer.md b/docs/developer.md
index c43f5d0..0ac0111 100644
--- a/docs/developer.md
+++ b/docs/developer.md
@@ -28,7 +28,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
## General ##
- **Author** : Thibaud Leprêtre
-- **Version** : 0.4.0-BETA (based on Hexo version 1.10.0)
+- **Version** : 0.4.1-BETA (based on Hexo version 1.10.0)
- **Compatibility** : Hugo v0.20.1
## Requirements ##
diff --git a/docs/user.md b/docs/user.md
index f744e76..d62114c 100644
--- a/docs/user.md
+++ b/docs/user.md
@@ -54,7 +54,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
## General
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
-- **Version**: 0.4.0-BETA (based on Hexo version 1.10.0)
+- **Version**: 0.4.1-BETA (based on Hexo version 1.10.0)
- **Compatibility**: Hugo v0.20.1
## Features
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1ce5f12..3d0a16e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,5 +1,5 @@
# Tranquilpeak
-# Version : 0.4.0-BETA
+# Version : 0.4.1-BETA
# Author : Thibaud Leprêtre
# I STRONGLY recommend you to use a CDN to speed up loading of pages.
diff --git a/exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md b/exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md
index c1c2eaa..4f322df 100644
--- a/exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md
+++ b/exampleSite/content/post/Welcome-to-the-new-Tranquilpeak.md
@@ -1,5 +1,5 @@
---
-title: "Welcome to Tranquilpeak 0.4.0-BETA"
+title: "Welcome to Tranquilpeak 0.4.1-BETA"
date: 2015-06-15
categories:
- tranquilpeak
@@ -65,7 +65,7 @@ Please all the credit should be attributed to [original *Hexo* version](https://
## General
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
-- **Version**: 0.4.0-BETA (based on Hexo version 1.10.0)
+- **Version**: 0.4.1-BETA (based on Hexo version 1.10.0)
- **Compatibility**: Hugo v0.20.1
## Features
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index d129b0c..4446d7d 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -27,7 +27,7 @@
{{ partial "head_start.html" . }}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="generator" content="Hugo {{ .Hugo.Version }} with theme Tranquilpeak 0.4.0-BETA">
+ <meta name="generator" content="Hugo {{ .Hugo.Version }} with theme Tranquilpeak 0.4.1-BETA">
<title>{{ with .Title }}{{ . }}{{ else }}{{ .Site.Title }}{{ end }}</title>
<meta name="author" content="{{ .Site.Author.name }}">
<meta name="keywords" content="{{ with .Keywords }}{{ delimit . ", " }}{{ end }}{{ if .Site.Params.keywords }}, {{ delimit .Site.Params.keywords ", " }}{{ end }}">
diff --git a/layouts/partials/post/actions.html b/layouts/partials/post/actions.html
index a4ab3bc..a6f2586 100644
--- a/layouts/partials/post/actions.html
+++ b/layouts/partials/post/actions.html
@@ -33,7 +33,7 @@
</li>
{{ range .Site.Params.sharingOptions }}
<li class="post-action hide-xs">
- <a class="post-action-btn btn btn--default" target="new" href="{{ printf .url .Permalink }}">
+ <a class="post-action-btn btn btn--default" target="new" href="{{ printf .url $.Permalink }}">
<i class="fa {{ .icon }}"></i>
</a>
</li>
diff --git a/package-lock.json b/package-lock.json
index 007b5bc..4b31e49 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "hugo-tranquilpeak-theme",
- "version": "0.4.0-BETA",
+ "version": "0.4.1-BETA",
"lockfileVersion": 1,
"dependencies": {
"abbrev": {
diff --git a/package.json b/package.json
index 8b2de88..6a50474 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-tranquilpeak-theme",
- "version": "0.4.0-BETA",
+ "version": "0.4.1-BETA",
"description": "A gorgeous responsive theme for Hugo blog framework",
"main": "Gruntfile.js",
"scripts": {