Skip to content

Commit 97337ad

Browse files
author
Splitter
committed
feat(blocK): improve resume-skills style to top align both sections (#3259)
1 parent a455a02 commit 97337ad

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,4 @@ Join thousands of creators in our vibrant community to ask questions, share your
121121
MIT © 2016-Present [George Cushen](https://georgecushen.com)
122122

123123
<!--START_SECTION:news-->
124-
<!--Updated at 2025-09-14T01:53:56.883Z-->
125124
<!--END_SECTION:news-->

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.19
44

55
require (
66
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2
7-
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.6.1
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.7.0
88
)

hugoblox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
hugo_version: '0.149.1'
2+
hugo_version: '0.150.0'
33
template:
44
id: "academic-cv"
55
name: "Academic CV"

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
publish = "public"
2222

2323
[build.environment]
24-
HUGO_VERSION = "0.149.1"
24+
HUGO_VERSION = "0.150.0"
2525
GO_VERSION = "1.21.5"
2626
NODE_VERSION = "22"
2727
HUGO_ENABLEGITINFO = "true"

0 commit comments

Comments
 (0)