Skip to content

Commit d4b48cb

Browse files
committed
changed to TRUE
1 parent ca1bc74 commit d4b48cb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

_includes/head.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
{% comment %}<!-- Littlefoot footnotes https://github.com/goblindegook/littlefoot -->{% endcomment %}
1212
<link rel="stylesheet" href="https://unpkg.com/littlefoot/dist/littlefoot.css" />
1313

14-
{% if page.comments == "on" %}
14+
{% comment %}<!-- Bluesky Comments https://github.com/czue/bluesky-comments -->{% endcomment %}
15+
{% if page.comments %}
1516
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/bluesky-comments.css">
1617

1718
<script type="importmap">

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<nav>{% include nav.html %}</nav>
66
<div class="wrapper">
77
<main>{{ content }}</main>
8-
{% if page.comments == "on" %}
8+
{% if page.comments %}
99
<BlueskyComments
1010
uri="https://bsky.app/profile/bmann.ca/post/3lmbir26qnc2k"
1111
author="bmann.ca"

_notes/Bluesky Comments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
comments: on
2+
comments: "TRUE"
33
tags:
44
- Bluesky
55
- ATProtocol

0 commit comments

Comments
 (0)