-
-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert: feat: humanize list and term titles
This reverts commit c3cd77a.
- Loading branch information
1 parent
35d73de
commit 0e33c66
Showing
8 changed files
with
9 additions
and
9 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
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,5 +1,5 @@ | ||
<div class="my-4"> | ||
{{ range $index, $value := . }} | ||
<a href="{{ .Permalink }}" class="inline-block bg-tertiary-bg text-sm rounded px-3 py-1 my-1 me-2 hover:text-eureka">#{{ .LinkTitle | humanize | title }}</a> | ||
<a href="{{ .Permalink }}" class="inline-block bg-tertiary-bg text-sm rounded px-3 py-1 my-1 me-2 hover:text-eureka">#{{ .LinkTitle }}</a> | ||
{{ end }} | ||
</div> |
2 changes: 1 addition & 1 deletion
2
resources/_gen/assets/css/css/eureka.css_59122205213644db2a335025f85b41bf.content
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
resources/_gen/assets/css/css/eureka.css_59122205213644db2a335025f85b41bf.json
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 +1 @@ | ||
{"Target":"css/eureka.min.7c8311a21e9f6f91046e129f193b649a97732d830f86f6dc0b7b3b7780132785f284781dee34abd82717da2ee18963d5.css","MediaType":"text/css","Data":{"Integrity":"sha384-fIMRoh6fb5EEbhKfGTtkmpdzLYMPhvbcC3s7d4ATJ4XyhHgd7jSr2CcX2i7hiWPV"}} | ||
{"Target":"css/eureka.min.285ffbef699dc9f3cf8dcb0803da149f8b646794b7f78a37380928daea2d746cd084512d0a3b592c47d0c71a18a88c7d.css","MediaType":"text/css","Data":{"Integrity":"sha384-KF/772mdyfPPjcsIA9oUn4tkZ5S394o3OAko2uotdGzQhFEtCjtZLEfQxxoYqIx9"}} |