Skip to content

Commit e9062bc

Browse files
committed
Fix sitemap builder
1 parent 1fbf039 commit e9062bc

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source 'https://rubygems.org'
22

3+
gem 'builder' # Required for xml.builder
34
gem 'ostruct' # Required for Ruby 4.0+
45

56
gem 'middleman', '~> 4.6'

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ GEM
1818
public_suffix (>= 2.0.2, < 8.0)
1919
base64 (0.3.0)
2020
bigdecimal (4.0.1)
21+
builder (3.3.0)
2122
coffee-script (2.4.1)
2223
coffee-script-source
2324
execjs
@@ -54,7 +55,7 @@ GEM
5455
http_parser.rb (0.8.1)
5556
i18n (1.14.8)
5657
concurrent-ruby (~> 1.0)
57-
json (2.18.0)
58+
json (2.18.1)
5859
kramdown (2.5.2)
5960
rexml (>= 3.4.4)
6061
listen (3.10.0)
@@ -179,6 +180,7 @@ PLATFORMS
179180
x86_64-linux-musl
180181

181182
DEPENDENCIES
183+
builder
182184
middleman (~> 4.6)
183185
middleman-inline_svg
184186
middleman-livereload

source/_index.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
</p>
101101
</div>
102102

103-
<span class="mt-16 mx-auto block w-52 h-1 rounded-full bg-gradient-to-r from-logo-green to-green-600"></span>
103+
<span class="mt-16 mx-auto block w-52 h-1 rounded-full bg-linear-to-r from-logo-green to-green-600"></span>
104104

105105
<h2 id="about" class="mt-8 pt-8 mx-auto md:w-5/6 text-center text-xl md:text-3xl font-bold scroll-mt-24">
106106
<%= t("about.title") %>

0 commit comments

Comments
 (0)