-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathincludes.diff
46 lines (43 loc) · 2.42 KB
/
includes.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
diff -ru _includes/author-profile-custom-links.html _includes/author-profile-custom-links.html
--- _includes/author-profile-custom-links.html 2024-11-27 12:11:48.000000000 -0500
+++ _includes/author-profile-custom-links.html 2024-12-08 12:45:03.283442084 -0500
@@ -1,3 +1,10 @@
+{% if author.matrix %}
+<li>
+ <a href="https://matrix.to/#/{{ author.matrix }}" itemprop="sameAs" rel="nofollow noopener noreferrer me">
+ <img class="custom__url fab fa-fw" src="https://cdn.jsdelivr.net/npm/simple-icons@v13/icons/matrix.svg" alt="Matrix.org logo" /><span class="label">Matrix</span>
+ </a>
+</li>
+{% endif %}
<!--
<li>
<a href="http://link-to-whatever-social-network.com/user/" itemprop="sameAs" rel="nofollow noopener noreferrer me">
diff -ru _includes/footer.html _includes/footer.html
--- _includes/footer.html 2024-11-27 12:11:48.000000000 -0500
+++ _includes/footer.html 2024-12-08 12:58:57.759374916 -0500
@@ -12,6 +12,10 @@
{% endfor %}
{% endif %}
+ {% if site.footer.matrix %}
+ <li class="custom__url"><a href="https://matrix.to/#/{{ site.matrix }}" rel="nofollow noopener noreferrer"><img class="fab fa-fw" src="https://cdn.jsdelivr.net/npm/simple-icons@v13/icons/matrix.svg" alt="Matrix.org logo" /> Matrix</a></li>
+ {% endif %}
+
{% unless site.atom_feed.hide %}
<li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>
{% endunless %}
diff -ru _includes/head/custom.html _includes/head/custom.html
--- _includes/head/custom.html 2024-11-27 12:11:48.000000000 -0500
+++ _includes/head/custom.html 2024-12-08 11:48:31.150643245 -0500
@@ -1,5 +1,12 @@
<!-- start custom head snippets -->
<!-- insert favicons. use https://realfavicongenerator.net/ -->
+<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+<link rel="manifest" href="/site.webmanifest">
+<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
+<meta name="msapplication-TileColor" content="#2d89ef">
+<meta name="theme-color" content="#ffffff">
<!-- end custom head snippets -->
Only in _includes/: .jekyll-cache
Only in _includes/: _site