From 88ec313482eb27694f76bf9aaf7fec99a80cb1f3 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 24 May 2021 15:49:55 +0200 Subject: [PATCH] chore(deps): update dependency thegeeklab/hugo-geekblog to v0.10.1 (#11) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [thegeeklab/hugo-geekblog](https://github.com/thegeeklab/hugo-geekblog) | patch | `v0.10.0` -> `v0.10.1` | --- ### Release Notes
thegeeklab/hugo-geekblog ### [`v0.10.1`](https://github.com/thegeeklab/hugo-geekblog/releases/v0.10.1) [Compare Source](https://github.com/thegeeklab/hugo-geekblog/compare/v0.10.0...v0.10.1) ##### Changelog ##### [v0.10.1](https://github.com/thegeeklab/hugo-geekblog/compare/v0.10.0...v0.10.1) (2021-05-24) ##### Bug Fixes - remove inline script usage ([#​49](https://github.com/thegeeklab/hugo-geekblog/issues/49)) - improve title and decription handling on error page ##### Features - add sizes 'regular' and 'large' to button shortcode ([#​50](https://github.com/thegeeklab/hugo-geekblog/issues/50)) - add partial head/custom.html for custom page head elements ([#​48](https://github.com/thegeeklab/hugo-geekblog/issues/48)) ##### Others - remove unused font and only preload main fonts ([#​47](https://github.com/thegeeklab/hugo-geekblog/issues/47))
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.rknet.org/xoxys/thegeeklab/pulls/11 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd82408..76609df 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=thegeeklab/hugo-geekblog -THEME_VERSION := v0.10.0 +THEME_VERSION := v0.10.1 THEME := hugo-geekblog BASEDIR := . THEMEDIR := $(BASEDIR)/themes