Skip to content

Commit

Permalink
Fixed copyright and fun facts
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgriv committed Jun 27, 2024
1 parent 5d0354c commit 1e482d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.1] - 2024-06-26

### Fixed

- Fixed copyright footer and fun facts.

## [2.2.0] - 2024-05-31

### Added
Expand Down Expand Up @@ -60,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added this changelog file :D.
- Initial Release of River Charts.

[2.2.1]: https://github.com/scottgriv/River-Charts/compare/v2.1.0..v2.2.1
[2.2.0]: https://github.com/scottgriv/River-Charts/compare/v2.1.0..v2.2.0
[2.1.0]: https://github.com/scottgriv/River-Charts/compare/v2.0.0..v2.1.0
[2.0.0]: https://github.com/scottgriv/River-Charts/compare/v1.1.1...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion rivercharts/templates/rivercharts/river_graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h2 id="station-name" style="display: none"></h2>
</a>
</div>
<p class="copyright">
Copyright &copy; {% now "Y" %} Scott Grivner. All Rights Reserved.
Copyright &copy; 2023-{% now "Y" %} Scott Grivner - All Rights Reserved.
</p>
</footer>
</body>
Expand Down
2 changes: 1 addition & 1 deletion static/data/fun_facts.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"The Guadalupe River in Texas is one of the most popular and longest rivers for tubing, with stretches spanning over 230 miles.",
"Tubers often encounter diverse wildlife, including fish, turtles, and various bird species.",
"The Ichetucknee Springs State Park in Florida offers a natural 'lazy river' experience with crystal-clear waters.",
"Temperature Matters: The ideal water temperature for tubing is typically between 70°F and 85°F to ensure comfort.",
"The ideal water temperature for tubing is typically between 70°F and 85°F to ensure comfort.",
"Wearing a life jacket is recommended, even for strong swimmers, to ensure safety in varying water conditions.",
"Responsible tubing includes not littering and avoiding harmful substances that can pollute the water and harm wildlife.",
"The 'Float Fest' in Texas is a music festival that combines tubing on the San Marcos River with live music performances.",
Expand Down

0 comments on commit 1e482d7

Please sign in to comment.