fix: map cleanup
This commit is contained in:
parent
869e414339
commit
0525929436
2 changed files with 3 additions and 3 deletions
|
@ -44,8 +44,8 @@ module.exports = {
|
|||
},
|
||||
tagLookup: (url, tagMap) => {
|
||||
if (!url) return
|
||||
if (url.includes('https://goodreads.com')) return '#Books #Reading'
|
||||
if (url.includes('https://trakt.tv')) return '#Movies #Trakt'
|
||||
if (url.includes('goodreads.com')) return '#Books #NowReading #Goodreads'
|
||||
if (url.includes('trakt.tv')) return '#Movies #Trakt'
|
||||
return tagMap[url] || ''
|
||||
},
|
||||
webmentionsByUrl: (webmentions, url) => {
|
||||
|
|
|
@ -80,7 +80,7 @@ Software and services that I use for work and my own enjoyment.
|
|||
- <a onclick="clicky.goal('Referral: Feedpress')" href="https://feedpress.com/?affid=34370">Feedpress</a>
|
||||
- [SavvyCal](https://savvycal.com)
|
||||
- [IVPN](https://www.ivpn.net)
|
||||
- [Kagi](https://kagi.com): search that's actually helpful and ad-free.
|
||||
- [Kagi](https://kagi.com): search that's actually helpful and ad-free. It's lenses feature and the ability to up/downvote and block results from different sites are indispensable.
|
||||
- [Feedbin](https://feedbin.com)
|
||||
- [forwardemail.net](https://forwardemail.net)
|
||||
- [Trakt](https://trakt.tv)
|
||||
|
|
Reference in a new issue