Skip to content

Commit

Permalink
fixing formatting
Browse files Browse the repository at this point in the history
Signed-off-by: mat-0 <[email protected]>
  • Loading branch information
mat-0 committed Feb 9, 2025
1 parent 1420040 commit 895b433
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
5 changes: 4 additions & 1 deletion _includes/img.html
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
<img alt="banner photo of Mat running in London" src="/images/gh-header-image-cropped.jpg">
<img
alt="banner photo of Mat running in London"
src="/images/gh-header-image-cropped.jpg"
/>
16 changes: 9 additions & 7 deletions _layouts/podcasts.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{% include header.html %}
<h1 class="post-title">{{ page.title }}</h1>
{% include img.html %}
<p><small><b>{{ site.data.podcasts | size }}</b> podcast subscriptions.</small></p>
{% for item in site.data.podcasts %}
<div class="posts">
{{item.name}} <span class="meta"><a href="{{item.link}}">Feed &rarr;</a></span>
</div>
{% endfor %}
{% include footer.html %}
<p>
<small><b>{{ site.data.podcasts | size }}</b> podcast subscriptions.</small>
</p>
{% for item in site.data.podcasts %}
<div class="posts">
{{item.name}}
<span class="meta"><a href="{{item.link}}">Feed &rarr;</a></span>
</div>
{% endfor %} {% include footer.html %}
3 changes: 2 additions & 1 deletion _pages/uses.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ seo: A list of my in use favourite technology

- Castro (Podcasts)
- 1Password (Password Manager)
- NetNewsWire (News/RSS)
- Working Copy (Git Client)
- Drafts (Notes)
- GoodLinks (Bookmarks)
- NetNewsWire (News/RSS)
- Play, x.app (Video Management and Playback)
- Bobby (Budgeting)
- 1.1.1.1 VPN (VPN)
Expand All @@ -33,5 +33,6 @@ seo: A list of my in use favourite technology
- VS Code (Coding)
- Arc, Safari, Chrome, DuckDuckGo (Browsing)
- Raycast (Spotlight)
- Hush, 1Blocker, uBlock (Advert/Cookie nag Blocker)

As well as the usual banking, utility, and home apps for the services I use, plus, of course, the default Apple apps.
2 changes: 1 addition & 1 deletion _pages/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ My email address is [email protected] I have a [PGP](/pgp) key.

If there's an account claiming to be me that's not on this list, it's almost certainly an impersonator.

My presence on the web is limited so its incredibly likely similiarly named people will exist on the usual social sites.
My presence on the web is limited so its incredibly likely similarly named people will exist on the usual social sites.

0 comments on commit 895b433

Please sign in to comment.