mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Tweaked the style
This commit is contained in:
9
_includes/elements/attribution.html
Normal file
9
_includes/elements/attribution.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<table class="ui unstackable very basic collapsing table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="smaller text">
|
||||
Theme adapted from <strong>programming pages</strong> theme v{{ layout.theme_version }} (<a href="{{ layout.theme_url }}" title="a jekyll theme for publishing code documentation to GitHub pages">{{ layout.theme_url }}</a>)
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
8
_includes/elements/title.html
Normal file
8
_includes/elements/title.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<a class="borderless toggle item">{% include icon.liquid id='bars' %} Menu</a>
|
||||
|
||||
<a class="borderless item" href="{{ site.baseurl }}/">{% include icon.liquid id='home' %} Home</a>
|
||||
|
||||
<div class="borderless header item">
|
||||
<span class="larger text">{{ site.title }}</span>
|
||||
<img src="https://github.com/Ratstail91/Toy/actions/workflows/continuous-integration-v2.yml/badge.svg" width="231" height="30" style="width: unset; height: unset;">
|
||||
</div>
|
||||
Reference in New Issue
Block a user