mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-09 14:59:45 +00:00
chore(release): 3.0.0
Hugo min_version: 0.26 -> 0.35
This commit is contained in:
parent
b65b7ab2eb
commit
52eeea8f20
4 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@
|
|||
{{- end }}
|
||||
|
||||
<!-- Styles -->
|
||||
<link href="{{ "dist/even.min.css?v=2.7.2" | relURL }}" rel="stylesheet">
|
||||
<link href="{{ "dist/even.min.css?v=3.0.0" | relURL }}" rel="stylesheet">
|
||||
{{ if .Site.Params.publicCDN.enable -}}
|
||||
{{ if .Site.Params.fancybox }}{{ .Site.Params.publicCDN.fancyboxCss | safeHTML }}{{ end }}
|
||||
{{- else -}}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<script type="text/javascript" src="{{ "lib/slideout/slideout-1.0.1.min.js" | relURL }}"></script>
|
||||
{{ if .Site.Params.fancybox }}<script type="text/javascript" src="{{ "lib/fancybox/jquery.fancybox-3.1.20.min.js" | relURL }}"></script>{{ end }}
|
||||
{{- end }}
|
||||
<script type="text/javascript" src="{{ "dist/even.min.js?v=2.7.2" | relURL }}"></script>
|
||||
<script type="text/javascript" src="{{ "dist/even.min.js?v=3.0.0" | relURL }}"></script>
|
||||
|
||||
{{- if and (or .Params.mathjax (and .Site.Params.mathjax (ne .Params.mathjax false))) (or .IsPage .IsHome) }}
|
||||
<script type="text/x-mathjax-config">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "even-src",
|
||||
"version": "2.7.2",
|
||||
"version": "3.0.0",
|
||||
"description": "even source file",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -8,7 +8,7 @@ description = "A super concise theme for Hugo"
|
|||
homepage = "https://github.com/olOwOlo/hugo-theme-even"
|
||||
tags = ["responsive", "blog", "simple", "clean", "highlight.js", "syntax highlighting"]
|
||||
features = ["responsive", "blog", "simple", "clean", "highlight.js", "syntax highlighting"]
|
||||
min_version = "0.26"
|
||||
min_version = "0.35"
|
||||
|
||||
[author]
|
||||
name = "olOwOlo"
|
||||
|
|
Loading…
Reference in a new issue