Releases: cntrump/hugo-notepadium
Releases · cntrump/hugo-notepadium
v2.6.3
What's Changed
- Small spelling fix by @krupitskas in #101
- Add more user hooks by @reitzig in #97
- fix rss output by @liuwentao in #103
- Add noopener attribute to external links by @kofuk in #108
- Add Japanese translation by @kofuk in #109
- Add gravizo shortcode. by @JeremyLWright in #111
- Fix Japanese translation by @kofuk in #113
- Add Turkish translation by @rojenzaman in #115
- Making the nested
<li>
style more consistent by @shanehou in #120 - feat: shortcodes support bilibili by @mopig in #78
- Add Utterances comments by @MetalBlueberry in #61
- Create FUNDING.yml by @cntrump in #121
- Actually relative URLs when baseURL has a path component (e.g. http:/… by @danielegozzi in #123
- Support external post URLs by @drewhamilton in #125
- fix issue of note image with local link by @GuangluWu in #73
- Remove forced whitespace after links by @qianbinbin in #127
- Fix Bilibili shortcode & Add support for multi-part videos by @qianbinbin in #128
- Fix Google Analytics by @qianbinbin in #129
- Fix Disqus and update docs by @qianbinbin in #130
New Contributors
- @krupitskas made their first contribution in #101
- @liuwentao made their first contribution in #103
- @kofuk made their first contribution in #108
- @JeremyLWright made their first contribution in #111
- @rojenzaman made their first contribution in #115
- @shanehou made their first contribution in #120
- @mopig made their first contribution in #78
- @MetalBlueberry made their first contribution in #61
- @cntrump made their first contribution in #121
- @danielegozzi made their first contribution in #123
- @drewhamilton made their first contribution in #125
- @GuangluWu made their first contribution in #73
- @qianbinbin made their first contribution in #127
Full Changelog: v2.6.2...v2.6.3
v2.6.2
v2.6.1
v2.6.0
v2.5.0
v2.4.0
v2.3.1
v2.3.0
- Update style
- Support custom
<head>
Add user-side partial head-extra.html
./layouts/partials/head-extra.html
Add custom content:
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#00a300">
<meta name="theme-color" content="#ffffff">