-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Game Showcase Section + Additional Fixes (#257)
* game showcase section + additional fixes * prettier fixes --------- Co-authored-by: Cameron <[email protected]>
- Loading branch information
1 parent
a4b1b06
commit 5e72008
Showing
7 changed files
with
150 additions
and
134 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
--- | ||
layout: default.liquid | ||
--- | ||
<h1 class="title ">{{ title }} | ||
<div class="float-end"> | ||
<a | ||
class="github-button" | ||
href="https://github.com/haxeflixel/flixel-demos" | ||
data-color-scheme="no-preference: light_high_contrast; light: light_high_contrast; dark: dark_high_contrast;" | ||
data-size="large" | ||
data-show-count="true" | ||
aria-label="Star haxeflixel/flixel on GitHub" | ||
>haxeflixel/flixel-demos</a> | ||
</div> | ||
</h1> | ||
<h1 class="title "> | ||
{{ title }} | ||
<div class="float-end"> | ||
<a | ||
class="github-button" | ||
href="https://github.com/haxeflixel/flixel-demos" | ||
data-color-scheme="no-preference: light_high_contrast; light: light_high_contrast; dark: dark_high_contrast;" | ||
data-size="large" | ||
data-show-count="true" | ||
aria-label="Star haxeflixel/flixel on GitHub" | ||
>haxeflixel/flixel-demos</a | ||
> | ||
</div> | ||
</h1> | ||
|
||
{{ content }} |
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
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
Oops, something went wrong.