Skip to content

Commit 4da76f6

Browse files
committed
fix: Remove accidental heading from post to restore expected error
1 parent bdb5de9 commit 4da76f6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

sites/site-with-errors/_posts/2025-07-30-welcome-to-jekyll.markdown

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ def print_hi(name)
1919
puts "Hi, #{name}"
2020
end
2121
print_hi('Tom')
22-
23-
# => prints 'Hi, Tom' to STDOUT
24-
22+
#=> prints 'Hi, Tom' to STDOUT.
2523
{% endhighlight %}
2624

2725
Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
2826

2927
[jekyll-docs]: https://jekyllrb.com/docs/home
3028
[jekyll-gh]: https://github.com/jekyll/jekyll
31-
[jekyll-talk]: https://talk.jekyllrb.com/
29+
[jekyll-talk]: https://talk.jekyllrb.com/

0 commit comments

Comments
 (0)