The bmannconsulting.com website

bsky profile support

Changed files
+5
_layouts
_notes
+4
_layouts/note.html
···
{% if page.github %}
<li><strong>github:</strong>&nbsp;<a href="{{ page.github }}">@{{ page.github | remove: "https://github.com/" }}</a></li>
{% endif %}
</ul>
</div>
<div id="notes-entry-container">
···
{% if page.github %}
<li><strong>github:</strong>&nbsp;<a href="{{ page.github }}">@{{ page.github | remove: "https://github.com/" }}</a></li>
{% endif %}
+
{% if page.ATProtocol %}
+
<li><strong>:</strong>🦋<a href="{{ page.ATProtocol }}">{{ page.ATProtocol | remove: "https://bsky.app/profile/" | prepend: "@" }}</a></li>
+
{% endif %}
</ul>
+
</div>
<div id="notes-entry-container">
+1
_notes/BMC.md
···
- [x] Adding links, author, and publish date for notes tagged as article (February 4, 2024)
- [ ] Look at displaying `transclusion` property [[2024-03-17-digital-garden-transclusion|Digital Garden Transclusion]]; will need rendering of [[Obsidian]] Transclusion
- [x] Special treatment for `wikipedia` property
## Feed Affordances
···
- [x] Adding links, author, and publish date for notes tagged as article (February 4, 2024)
- [ ] Look at displaying `transclusion` property [[2024-03-17-digital-garden-transclusion|Digital Garden Transclusion]]; will need rendering of [[Obsidian]] Transclusion
- [x] Special treatment for `wikipedia` property
+
- [ ] Render bsky links for people pages
## Feed Affordances