Skip to content

Commit

Permalink
Fix: change go version in go.mod
Browse files Browse the repository at this point in the history
ohmykreee committed Dec 12, 2023

Verified

This commit was signed with the committer’s verified signature.
ohmykreee Kre³
1 parent 0f5736c commit dacaa1d
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions archetypes/page.md
Original file line number Diff line number Diff line change
@@ -2,10 +2,16 @@
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
excludeFromTopNav: false
# comment out the menu and weight variables
# if you don't want to display this page in the top navigation bar
menu: topnav
weight: 10

# set the link if you want to redirect the user.
# set the link variable if you want to redirect
# to another URL either relative or absolute
link: ""
# set the html target parameter if you want to change default behavior
# set the target variable if you want to change default behavior,
# that is to open this page in a new tab;
# the target will be ignored if the link is empty
target: "_blank"
---
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/ohmykreee/kreee-blog

go 1.21.5
go 1.19

require github.com/Lednerb/bilberry-hugo-theme/v4 v4.2.1 // indirect

0 comments on commit dacaa1d

Please sign in to comment.