Skip to content

Commit 06456d7

Browse files
committed
remove twitter from footer
1 parent 5274adb commit 06456d7

File tree

14 files changed

+28
-83
lines changed

14 files changed

+28
-83
lines changed

bike-to-cambridge/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ <h1>Similar posts</h1>
143143

144144
<footer>
145145
<div class="links">
146-
<a href="https://twitter.com/alifeeeirenn">
147-
<img alt="_Twitter_" src="../icons/twitter.svg" />
148-
<span class="text">Twitter</span>
149-
</a>
150146
<a href="https://github.com/alifeee/blog">
151147
<img alt="_GitHub_" src="../icons/github.svg" />
152148
<span class="text">GitHub</span>

factorio-proximity-chat/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@ <h1>Similar posts</h1>
129129

130130
<footer>
131131
<div class="links">
132-
<a href="https://twitter.com/alifeeeirenn">
133-
<img alt="_Twitter_" src="../icons/twitter.svg" />
134-
<span class="text">Twitter</span>
135-
</a>
136132
<a href="https://github.com/alifeee/blog">
137133
<img alt="_GitHub_" src="../icons/github.svg" />
138134
<span class="text">GitHub</span>

font-workshop/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ <h1>Similar posts</h1>
171171

172172
<footer>
173173
<div class="links">
174-
<a href="https://twitter.com/alifeeeirenn">
175-
<img alt="_Twitter_" src="../icons/twitter.svg" />
176-
<span class="text">Twitter</span>
177-
</a>
178174
<a href="https://github.com/alifeee/blog">
179175
<img alt="_GitHub_" src="../icons/github.svg" />
180176
<span class="text">GitHub</span>

hackspace-adventures/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ <h1>Similar posts</h1>
133133

134134
<footer>
135135
<div class="links">
136-
<a href="https://twitter.com/alifeeeirenn">
137-
<img alt="_Twitter_" src="../icons/twitter.svg" />
138-
<span class="text">Twitter</span>
139-
</a>
140136
<a href="https://github.com/alifeee/blog">
141137
<img alt="_GitHub_" src="../icons/github.svg" />
142138
<span class="text">GitHub</span>

hull-bus-sign/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@ <h1>Similar posts</h1>
129129

130130
<footer>
131131
<div class="links">
132-
<a href="https://twitter.com/alifeeeirenn">
133-
<img alt="_Twitter_" src="../icons/twitter.svg" />
134-
<span class="text">Twitter</span>
135-
</a>
136132
<a href="https://github.com/alifeee/blog">
137133
<img alt="_GitHub_" src="../icons/github.svg" />
138134
<span class="text">GitHub</span>

index.html

+14-17
Original file line numberDiff line numberDiff line change
@@ -360,23 +360,20 @@ <h2 class="title">
360360
</main>
361361

362362
<footer>
363-
<div class="links"><a href="https://twitter.com/alifeeeirenn">
364-
<img alt="_Twitter_" src="./icons/twitter.svg">
365-
<span class="text">Twitter</span>
366-
</a>
367-
<a href="https://github.com/alifeee/blog">
368-
<img alt="_GitHub_" src="./icons/github.svg">
369-
<span class="text">GitHub</span>
370-
</a>
371-
<a href="https://linktr.ee/alifeee">
372-
<img alt="_Linktree_" src="./icons/linktree-logo-icon.svg">
373-
<span class="text">Linktree</span>
374-
</a>
375-
<a href="mailto:[email protected]">
376-
<img alt="_Email_" src="./icons/envelope-solid.svg">
377-
<span class="text">Email</span>
378-
</a>
379-
</div>
363+
<div class="links">
364+
<a href="https://github.com/alifeee/blog">
365+
<img alt="_GitHub_" src="./icons/github.svg" />
366+
<span class="text">GitHub</span>
367+
</a>
368+
<a href="https://linktr.ee/alifeee">
369+
<img alt="_Linktree_" src="./icons/linktree-logo-icon.svg" />
370+
<span class="text">Linktree</span>
371+
</a>
372+
<a href="mailto:[email protected]">
373+
<img alt="_Email_" src="./icons/envelope-solid.svg" />
374+
<span class="text">Email</span>
375+
</a>
376+
</div>
380377
<a class="backlink" href="https://alifeee.co.uk">Back to alifeee.co.uk</a>
381378
</footer>
382379
</body>

index_template.html

+14-17
Original file line numberDiff line numberDiff line change
@@ -105,23 +105,20 @@ <h1>Similar posts</h1>
105105
</main>
106106

107107
<footer>
108-
<div class="links"><a href="https://twitter.com/alifeeeirenn">
109-
<img alt="_Twitter_" src="./icons/twitter.svg">
110-
<span class="text">Twitter</span>
111-
</a>
112-
<a href="https://github.com/alifeee/blog">
113-
<img alt="_GitHub_" src="./icons/github.svg">
114-
<span class="text">GitHub</span>
115-
</a>
116-
<a href="https://linktr.ee/alifeee">
117-
<img alt="_Linktree_" src="./icons/linktree-logo-icon.svg">
118-
<span class="text">Linktree</span>
119-
</a>
120-
<a href="mailto:[email protected]">
121-
<img alt="_Email_" src="./icons/envelope-solid.svg">
122-
<span class="text">Email</span>
123-
</a>
124-
</div>
108+
<div class="links">
109+
<a href="https://github.com/alifeee/blog">
110+
<img alt="_GitHub_" src="./icons/github.svg" />
111+
<span class="text">GitHub</span>
112+
</a>
113+
<a href="https://linktr.ee/alifeee">
114+
<img alt="_Linktree_" src="./icons/linktree-logo-icon.svg" />
115+
<span class="text">Linktree</span>
116+
</a>
117+
<a href="mailto:[email protected]">
118+
<img alt="_Email_" src="./icons/envelope-solid.svg" />
119+
<span class="text">Email</span>
120+
</a>
121+
</div>
125122
<a class="backlink" href="../">Back to main page</a>
126123
</footer>
127124
</body>

making-bogface/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,6 @@ <h1>Similar posts</h1>
241241

242242
<footer>
243243
<div class="links">
244-
<a href="https://twitter.com/alifeeeirenn">
245-
<img alt="_Twitter_" src="../icons/twitter.svg" />
246-
<span class="text">Twitter</span>
247-
</a>
248244
<a href="https://github.com/alifeee/blog">
249245
<img alt="_GitHub_" src="../icons/github.svg" />
250246
<span class="text">GitHub</span>

ring-populations/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ <h1>Similar posts</h1>
127127

128128
<footer>
129129
<div class="links">
130-
<a href="https://twitter.com/alifeeeirenn">
131-
<img alt="_Twitter_" src="../icons/twitter.svg" />
132-
<span class="text">Twitter</span>
133-
</a>
134130
<a href="https://github.com/alifeee/blog">
135131
<img alt="_GitHub_" src="../icons/github.svg" />
136132
<span class="text">GitHub</span>

sketch-your-society/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ <h1>Similar posts</h1>
121121

122122
<footer>
123123
<div class="links">
124-
<a href="https://twitter.com/alifeeeirenn">
125-
<img alt="_Twitter_" src="../icons/twitter.svg" />
126-
<span class="text">Twitter</span>
127-
</a>
128124
<a href="https://github.com/alifeee/blog">
129125
<img alt="_GitHub_" src="../icons/github.svg" />
130126
<span class="text">GitHub</span>

snippets-of-a-degree/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ <h1>Similar posts</h1>
122122

123123
<footer>
124124
<div class="links">
125-
<a href="https://twitter.com/alifeeeirenn">
126-
<img alt="_Twitter_" src="../icons/twitter.svg" />
127-
<span class="text">Twitter</span>
128-
</a>
129125
<a href="https://github.com/alifeee/blog">
130126
<img alt="_GitHub_" src="../icons/github.svg" />
131127
<span class="text">GitHub</span>

steam-collage-api/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ <h1>Similar posts</h1>
135135

136136
<footer>
137137
<div class="links">
138-
<a href="https://twitter.com/alifeeeirenn">
139-
<img alt="_Twitter_" src="../icons/twitter.svg" />
140-
<span class="text">Twitter</span>
141-
</a>
142138
<a href="https://github.com/alifeee/blog">
143139
<img alt="_GitHub_" src="../icons/github.svg" />
144140
<span class="text">GitHub</span>

utilities.py/footer.py

-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ def main():
1616
html_files = get_all_html_files()
1717

1818
links = [
19-
{
20-
"to": "https://twitter.com/alifeeeirenn",
21-
"text": "Twitter",
22-
"icon": "twitter",
23-
},
2419
{
2520
"to": "https://github.com/alifeee/blog",
2621
"text": "GitHub",

what-is-a-third-space/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ <h1>Similar posts</h1>
122122

123123
<footer>
124124
<div class="links">
125-
<a href="https://twitter.com/alifeeeirenn">
126-
<img alt="_Twitter_" src="../icons/twitter.svg" />
127-
<span class="text">Twitter</span>
128-
</a>
129125
<a href="https://github.com/alifeee/blog">
130126
<img alt="_GitHub_" src="../icons/github.svg" />
131127
<span class="text">GitHub</span>

0 commit comments

Comments
 (0)