-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a Changelog page, for anyone curious.
- Loading branch information
1 parent
6c94b96
commit 16dd0c9
Showing
6 changed files
with
68 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<div class="post-share"> | ||
<div class="post-date">{{ site.data.settings.sharing_button_prompt }}</div> | ||
<div class="sharing-icons"> | ||
<a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.github.url }}{{ page.url }}" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a> | ||
<a href="https://www.facebook.com/sharer/sharer.php?u={{ site.github.url }}{{ page.url }}&title={{ page.title }}" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a> | ||
<a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.github.url }}{{ page.url }}" target="_blank"><i class="fa-brands fa-twitter" aria-hidden="true"></i></a> | ||
<a href="https://www.facebook.com/sharer/sharer.php?u={{ site.github.url }}{{ page.url }}&title={{ page.title }}" target="_blank"><i class="fa-brands fa-facebook" aria-hidden="true"></i></a> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
layout: page | ||
title: Changelog | ||
permalink: /changelog | ||
--- | ||
|
||
**May 29, 2024** | ||
- Reuploaded Fallout 4/Division 2 | ||
- Added Vibrant.js | ||
- Reuploaded images, added "Ghost of Tsushima" and "Little Kitty, Big City," updated gallery, sorted items alphabetically | ||
|
||
**April 27, 2024** | ||
- Updated Fallout-4.json | ||
|
||
**March 29, 2024** | ||
- Updated header.html | ||
- Removed Hamburger Menu, 4 Row | ||
|
||
**March 25, 2024** | ||
- Fixed Broken Favicon | ||
- Updated favicon.ico | ||
- Updated footer.html | ||
- Website update: Rounded corners, hover effect, layout adjustments, game galleries | ||
- Updated 404.md | ||
|
||
**March 24, 2024** | ||
- Updated 404.md | ||
|
||
**March 7, 2024** | ||
- Updated google-analytics.html | ||
- Updated settings.yml | ||
- Homepage: grids, custom 404, RDR2, Control images | ||
|
||
**March 3-4, 2024** | ||
- Various updates to _header.scss, pig.js, main.scss | ||
- Division 2 updates, layout, fonts, dynamic gallery size adjustment | ||
|
||
**March 2, 2024** | ||
- Styling fixes, banner-offset change, thumbnail displays fixed | ||
- Multiple README.md updates | ||
- Post and asset changes | ||
- Updated featured-post.html, Fallout-4.json, Gemfile | ||
|
||
For detailed information, visit the [repository commit history](https://github.com/PatrickJnr/vp/commits/main/). |