Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
npm install -g [email protected]
npm install -g [email protected]
haxelib install all --always --quiet
haxelib git hlsdl https://github.com/HaxeFoundation/hashlink master libs/sdl
haxelib git heaps https://github.com/heapsio/heaps $HEAPS_VER
haxelib list

Expand Down
1 change: 1 addition & 0 deletions assets/content/layout-main.mtt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<link href="css/styles.min.css" rel="stylesheet" type="text/css" />
<link rel="canonical" href="::currentPage.absoluteUrl::" ::cond currentPage.absoluteUrl != null:: />
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:300" rel="stylesheet" />
<link rel="icon" type="image/png" href="img/avatar.png">
<script src="js/jquery-3.3.1.min.js" type="text/javascript"></script>
<script src="js/JsTools.js" type="text/javascript"></script>

Expand Down
File renamed without changes
Loading