-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update wikifooter; update reading notes logic to often exclude lists.
- Loading branch information
1 parent
72ae804
commit 2811f6d
Showing
9 changed files
with
99 additions
and
38 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<li>{% if item.pinned %}📌 {% endif %} | ||
<a href="{{ item.url }}">{{ item.title }} | ||
{% if item.status == ":seedling:" %} :seedling:{% endif %} | ||
{% if item.status == ":herb:" %} :herb:{% endif %} | ||
{% if item.status == ":evergreen_tree:" %} :evergreen_tree:{% endif %} | ||
</a> | ||
</li> |
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,7 +1,17 @@ | ||
<div class=""> | ||
<div class="wiki-flex notice"> | ||
<div class="wiki-flex-item">:seedling: = emerging note</div> | ||
<div class="wiki-flex-item">:herb: = established note</div> | ||
<div class="wiki-flex-item"> :evergreen_tree: = evergreen note</div> | ||
</div> | ||
<div class="notice" style="padding: 0px; display: flex; flex-flow: row nowrap; justify-content: space-evenly;"> | ||
<div class="wiki-flex-item"> | ||
<ul style="list-style-type: none; margin: 1em;"> | ||
<li>:seedling: = emerging note</li> | ||
<li>:herb: = established note</li> | ||
<li>:evergreen_tree: = evergreen note</li> | ||
</ul> | ||
</div> | ||
<div class="wiki-flex-item"> | ||
<ul style="list-style-type: none; margin: 1em;"> | ||
<li> | ||
<!-- <i class="ai ai-open-access" aria-hidden="true"></i><span class="screen-reader-text">open access unlocked icon</span> --> | ||
:unlock: = open access</li> | ||
<li>:closed_lock_with_key: = paywalled</li> | ||
</ul> | ||
</div> | ||
</div> |
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
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