-
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.
- Loading branch information
KirisameSoup
committed
Nov 12, 2023
1 parent
5276f4c
commit c078f74
Showing
33 changed files
with
2,659 additions
and
1,681 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 |
---|---|---|
|
@@ -6,6 +6,7 @@ sass: | |
plugins: | ||
- jekyll-sitemap | ||
- jekyll-seo-tag | ||
- jekyll-spaceship | ||
|
||
permalink: /:categories/:title | ||
|
||
|
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,11 +1,9 @@ | ||
<nav> | ||
{% for item in site.data.nav %} | ||
<p> | ||
{% if page.url == item.link %}<strong class="urHere-i"> >> </strong>{% endif %} | ||
<a href="{{ item.link }}" {% if page.url == item.link %}class="urHere"{% endif %}> | ||
{{ item.name }} | ||
</a> | ||
<!-- {% if page.url == item.link %}<strong class="urHere-i"> <<< </strong>{% endif %} --> | ||
</p> | ||
{% endfor %} | ||
</nav> | ||
{% for item in site.data.nav %} | ||
<p> | ||
{% if page.url == item.link %}<strong class="urHere-i"> >> </strong>{% endif %} | ||
<a href="{{ item.link }}" {% if page.url == item.link %}class="urHere"{% endif %}> | ||
{{ item.name }} | ||
</a> | ||
<!-- {% if page.url == item.link %}<strong class="urHere-i"> <<< </strong>{% endif %} --> | ||
</p> | ||
{% endfor %} |
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.