diff --git a/output/style.css b/output/style.css index ab04416..4d41392 100644 --- a/output/style.css +++ b/output/style.css @@ -68,7 +68,7 @@ padding: 1rem; position: absolute; top: 0; - left: 0; + left: 5px; height: 100%; background-color: var(--bg-color); } @@ -164,7 +164,7 @@ summary:hover div { } .feed-url { - font-size: ; + /**/ } .feed-timestamp { diff --git a/src/config.json b/src/config.json index 4374cc8..83620e3 100644 --- a/src/config.json +++ b/src/config.json @@ -1,5 +1,5 @@ { - "timezone_offset": -4.0, + "timezone_offset": 1.0, "redirects": { "medium": "scribe.rip" } diff --git a/src/template.js b/src/template.js index ba841dd..1a581ca 100644 --- a/src/template.js +++ b/src/template.js @@ -14,14 +14,13 @@ const article = (item) => ` ${item.feedUrl ? `${item.feedUrl}` : ''} + ${item.feedTitle ? `${item.feedTitle}` : ''} @@ -87,7 +86,7 @@ export const template = ({ allItems, groups, errors, now }) => (` ${feed.title} - (${feed.feed}) + (${feed.feedUrl})
@@ -101,7 +100,7 @@ export const template = ({ allItems, groups, errors, now }) => (` `)}
-

🦉📚 welcome to bubo reader

+

welcome to bubo rss reader

select a feed group to get started