Skip to content

Commit

Permalink
Fix for 'a' tag is missing a reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Slomczynski committed Jan 3, 2025
1 parent ad265f6 commit ee8c052
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ end
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]

gem "csv" # Add this line to include the csv gem
gem "base64"
gem "base64"
gem "ffi"
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ social:
email: mike.slomczynski@gmail.com # change to your email address
links:
# The first element serves as the copyright owner's link
# https://twitter.com/username # change to your Twitter homepage
# https://github.com/username # change to your GitHub homepage
# - https://twitter.com/username # change to your Twitter homepage
- https://github.com/Mike-Slomczynski # change to your GitHub homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
Expand Down
1 change: 0 additions & 1 deletion _posts/2025-01-02-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ Hello.

```javascript
console.log("Hello world.")

```

0 comments on commit ee8c052

Please sign in to comment.