Skip to content

Commit d66c768

Browse files
committed
Update some
1 parent 4ae0e5e commit d66c768

File tree

2 files changed

+37
-30
lines changed

2 files changed

+37
-30
lines changed

_includes/index.njk

+18-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="UTF-8">
56
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -13,12 +14,14 @@
1314
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bluesky-profile-feed-embed@^1.0.0/dist/core.min.css">
1415
<link rel="stylesheet" href="/style.css">
1516
</head>
17+
1618
<body>
1719
<section class="hero">
1820
<div class="social">
1921
{%- for social in social -%}
2022
<a href="{{ social.url }}" aria-label="{{ social.slug }}">
21-
<img alt="{{ social.slug }}" height="32" width="32" src="https://cdn.simpleicons.org/{{ social.slug }}/white">
23+
<img alt="{{ social.slug }}" height="32" width="32"
24+
src="https://cdn.simpleicons.org/{{ social.slug }}/white">
2225
</a>
2326
{%- endfor -%}
2427
</div>
@@ -70,10 +73,11 @@
7073
<p>My short posts describe my thinks every day.</p>
7174
</div>
7275
<bluesky-profile-feed actor="did:plc:pibkszlhfix34y257kqcozix" include-pins>
73-
<a target="_blank" href="https://bsky.app/profile/did:plc:pibkszlhfix34y257kqcozix" class="bluesky-profile-feed-fallback">
74-
Posts by LIGMATV (@ligmatv.is-a.dev)
76+
<a target="_blank" href="https://bsky.app/profile/did:plc:pibkszlhfix34y257kqcozix"
77+
class="bluesky-profile-feed-fallback">
78+
Posts by LIGMATV (@ligmatv.is-a.dev)
7579
</a>
76-
</bluesky-profile-feed>
80+
</bluesky-profile-feed>
7781
</section>
7882
<section id="contact" class="grid all-s12 all-m6">
7983
<div class="details">
@@ -85,7 +89,8 @@
8589
<div class="scroll contact">
8690
{%- for via in contact -%}
8791
<a href="{{ via.url }}" class="via" aria-label="{{ via.slug }}">
88-
<img height="32" width="32" src="https://cdn.simpleicons.org/{{ via.slug }}/white" alt="{{ via.slug }}">
92+
<img height="32" width="32" src="https://cdn.simpleicons.org/{{ via.slug }}/white"
93+
alt="{{ via.slug }}">
8994
<div class="name">{{ via.slug }}</div>
9095
</a>
9196
{%- endfor -%}
@@ -98,12 +103,18 @@
98103
</a>
99104
</section>
100105
<section id="my-links" class="my-links">
101-
<a href="/links.html" aria-label="Open my links"> <img src="https://api.iconify.design/mdi/open-in-new.svg?color=white" alt="Open my links" width="48"> My links</a>
106+
<a href="/links.html" aria-label="Open my links"> <img
107+
src="https://api.iconify.design/mdi/open-in-new.svg?color=white" alt="Open my links" width="48"> My
108+
links</a>
102109
</section>
103110
</main>
104111
<footer>
105-
Built with <a href="https://www.11ty.dev/" aria-label="11ty">11ty</a>. Designed by me, Inspired from <a href="https://tobiasahlin.com/" aria-label="Tobias Ahlin">Tobias Ahlin's website</a> and <a href="https://en.wikipedia.org/wiki/Metro_(design_language)" aria-label="Metro Wikipedia page">Metro Design</a>. <br>
112+
Built with <a href="https://www.11ty.dev/" aria-label="11ty">11ty</a>. Designed by me, Inspired from <a
113+
href="https://tobiasahlin.com/" aria-label="Tobias Ahlin">Tobias Ahlin's website</a> and <a
114+
href="https://en.wikipedia.org/wiki/Metro_(design_language)" aria-label="Metro Wikipedia page">Metro
115+
Design</a>. <br>
106116
© 2025 {{ title }} - All Rights Reserved.
107117
</footer>
108118
</body>
119+
109120
</html>

_includes/links.njk

+19-23
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,35 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="UTF-8">
56
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67
<title>{{ title }}</title>
78
<meta name="description" content="{{ description }}">
9+
<link rel="shortcut icon" href="/logo.png" type="image/x-icon">
810
<link rel="preconnect" href="https://fonts.googleapis.com">
911
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1012
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
1113
<link rel="stylesheet" href="/style.css">
12-
</head>
14+
</head>
1315

1416
<body>
15-
16-
<section class="links">
17-
<img src="/logo.png" alt="favicon" width="128px" height="128px">
18-
19-
<h1>{{ title }}</h1>
20-
21-
<ul>
22-
{% for key, url in links %}
23-
<li><a href="{{ domain }}{{ key }}">{{ key }}</a></li>
24-
{% endfor %}
25-
<li>
26-
<a class="edit" href="https://github.com/LIGMATV/links/edit/main/src/links.json">Edit URLs</a>
27-
</li>
28-
</ul>
29-
30-
</section>
31-
32-
<footer>
33-
<a href="/">Back to home</a> <br>
34-
© 2025 {{ title }} - All Rights Reserved.
35-
</footer>
36-
17+
<section class="links">
18+
<img src="/logo.png" alt="favicon" width="128px" height="128px">
19+
<h1>{{ title }}</h1>
20+
<ul>
21+
{% for key, url in links %}
22+
<li><a href="{{ domain }}{{ key }}">{{ key }}</a></li>
23+
{% endfor %}
24+
<li>
25+
<a class="edit" href="https://github.com/LIGMATV/links/edit/main/src/links.json">Edit URLs</a>
26+
</li>
27+
</ul>
28+
</section>
29+
<footer>
30+
<a href="/">Back to home</a> <br>
31+
© 2025 {{ title }} - All Rights Reserved.
32+
</footer>
3733
</body>
3834

3935
</html>

0 commit comments

Comments
 (0)