I use these snippets in my blogs at www.LifeWithAlacrity.com and www.BlockchainCommmons.com.
- Tags: [#snippet](https://gist.github.com/search?q=user%3AChristopherA+%23snippet #jekyll #liquid #blog
- Raw 0.0.1 [2024-06-12] (for information on this versioning scheme, see Status & Versioning)
- Copyright ©️2024 by Christopher Allen, and is shared under CC-BY-SA-4.0 open-source license. See my Lists of High-Signal, Low Noise Links repo's README.md for more details.
I use this at the bottom of some blog posts to link to related posts and annotated links.
Example: https://www.lifewithalacrity.com/article/progressive-trust/
* * *
> _**Some other posts on the topic of Progressive Trust:**_
>
> <ul>
> {% for post in site.tags["Progressive Trust"] %}
> {% if post.url %}
> {% unless post.url == page.url %}
> <li><a href="{{ post.url }}">{{ post.date | date: '%B %d, %Y' }}: {{ post.title }}</a></li>
> {% endunless %}
> {% endif %}
>{% endfor %}
> </ul>
>
>
> _**My links to various papers and websites on this topic are available in my persional collection of [Annotated Links]([http://gists.github.com/ChristopherA]([https://gist.github.com/search?q=user%3AChristopherA+%23links](https://gist.github.com/search?q=user%3AChristopherA+%23lists+%23links&ref=searchresults))) under some of the following tags:**_
>
> * [#ProgressiveTrust](https://gist.github.com/search?q=user%3AChristopherA+%23progressivetrust)