Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 155e155

Browse files
committed
fix markdown profiles
1 parent 77d5558 commit 155e155

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Salt Lake City, Utah, United States
66

77
![profile](images/tahoe.jpg)
88

9-
[technicat](https://github.com/technicat) @ Github [technicat](https://universeodon.com/@technicat) @ Mastodon
9+
[technicat](https://github.com/technicat)@Github
10+
[technicat](https://universeodon.com/@technicat)@Mastodon
11+
1012

1113
Developing software since the 80s
1214
## Career

md.scm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
(let ((network (res-value "network" r))
100100
(url (res-value "url" r))
101101
(username (res-value "username" r)))
102-
(write-string #" ~(linkstr username url) @ ~network" out)))
102+
(write-string #" ~(linkstr username url)@~network" out)
103+
(newline out)))
103104

104105
; career
105106

0 commit comments

Comments
 (0)