+ {% assign base_url = 'https://blog.uvokchee.de/notice/' %}
+ {% assign url = page.url %}
+ {% assign domain = 'https://blog.uvokchee.de' %}
+ {% assign full_url = domain | append: page.url %}
+ {% capture encoded_url %}{{ full_url | base64_encode }}{% endcapture %}
+ {% assign src_url = base_url | append: encoded_url %}
+
Kommentare / Comments
- Kommentare werden von mir selbst auf einem anderen Server über Isso gehostet.
+ Isso
+
+ Kommentare werden von mir selbst auf einem anderen Server über Isso
+ gehostet.
Comments are hosted by myself on another server, powered by Isso.
-
{% if jekyll.environment == "development" %}
{% include testc.html %}
{% endif %}
+
+ Fediverse
+
+
+
+
+
+
-
+
\ No newline at end of file
diff --git a/assets/mscomm/comments.js b/assets/mscomm/comments.js
new file mode 100644
index 0000000..57b9793
--- /dev/null
+++ b/assets/mscomm/comments.js
@@ -0,0 +1,311 @@
+// © https://phosphoricons.com/
+export const icons = {
+ reblog:
+ `
+ ${ + comment.boosts ? `${icons.reblog} ${comment.boosts}` : "" + } + ${ + comment.likes ? `${icons.favourite} ${comment.likes}` : "" + } +
+