Skip to content

Commit

Permalink
Merge pull request #118 from mathesar-foundation/114_redirect_donate
Browse files Browse the repository at this point in the history
Redirect /donate to /sponsor.html
  • Loading branch information
kgodey authored Jan 15, 2025
2 parents 8cb9ab6 + 095be1e commit fc428fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ group :jekyll_plugins do
gem 'jekyll-postcss-v2'
gem 'jekyll-sitemap'
gem 'jekyll-seo-tag'
gem 'jekyll-redirect-from'
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ DEPENDENCIES
http_parser.rb (~> 0.6.0)
jekyll-feed (~> 0.12)
jekyll-postcss-v2
jekyll-redirect-from
jekyll-seo-tag
jekyll-sitemap
minima (~> 2.5)
Expand Down
2 changes: 2 additions & 0 deletions sponsor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
layout: default
title: Sponsor Mathesar - Mathesar
description: Sponsor Mathesar
redirect_from:
- /donate/
---

{% capture header %}
Expand Down

0 comments on commit fc428fb

Please sign in to comment.