Fixing styling on last.fm export
This commit is contained in:
parent
b56eebbc16
commit
7851cd84f2
3 changed files with 27 additions and 5 deletions
|
|
@ -329,8 +329,4 @@
|
|||
flex-direction: row;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
align-self: flex-end;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
24
content/blog/2026-01-12-week-4-got-webmentions/index.md
Normal file
24
content/blog/2026-01-12-week-4-got-webmentions/index.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title: "Week 4 - Got Webmentions"
|
||||
date: 2026-01-18
|
||||
tags:
|
||||
- weeknote
|
||||
- weekly update
|
||||
draft: false
|
||||
---
|
||||
|
||||
- 🗨️ Added the ability to send and receive [webmentions](https://indieweb.org/Webmention) to the blog. Haven't automated displaying of received ones yet, but I'll get there.
|
||||
- 🧰 Setup a little personal API to handle the guestbook, visitor counter, and aforementioned webmentions.
|
||||
- 📺 Setup a little dashboard on my homelab for monitoring all of the above!
|
||||
|
||||
## Links I Found Interesting
|
||||
|
||||
- [iCloud Photos Downloader](https://github.com/icloud-photos-downloader/icloud_photos_downloader) and [Photos Backup Anywhere](https://photosbackup.app/) - Two useful looking things for backing up my Photos library
|
||||
|
||||
## Music
|
||||
|
||||
## Next Week
|
||||
|
||||
Not necessary
|
||||
|
||||
Until next week!
|
||||
|
|
@ -17,8 +17,10 @@
|
|||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<button id="fetch-stats" class="btn-primary">Get Stats</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="stats-results" class="stats-results" style="display: none">
|
||||
<div id="stats-loading" class="loading" style="display: none">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue