Skip to content

Commit

Permalink
Merge pull request #19 from terrabyte-tech/dev
Browse files Browse the repository at this point in the history
feat: update links json; add More Things section
  • Loading branch information
samharp authored Aug 12, 2023
2 parents f8fd644 + cc0d549 commit f8b7bf6
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions links/js/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,34 @@
"linkSections": [
{
"label": "Highlights", "linkItems": [
{
"label": "My Plastic Free July Blog Post",
"icon": "blog-icon",
"href": "https://www.blog.pixelplanettoday.com/2023/08/11/my-plastic-free-july-2023/",
"styleClass": "blog"
},
{
"label": "Book Lovers Bookmark Set",
"icon": "shop-icon",
"href": "https://pixelplanettoday.square.site/product/book-lovers-bookmark-set-ready-to-print-/18?cs=true&cst=custom",
"styleClass": "blog"
},
{
"label": "Pixel's Fourth Birthday Blog Post",
"icon": "blog-icon",
"href": "https://www.blog.pixelplanettoday.com/2023/07/11/four-years-but-this-year/",
"styleClass": "blog"
},
}
]
},
{
"label": "More Things", "linkItems": [
{
"label": "Pixel Planet Today X Plastic Free July Digital Stickers",
"icon": "shop-icon",
"href": "https://shop.pixelplanettoday.com/plastic-free-july",
"styleClass": "shop"
},
{
"label": "Newsletter",
"icon": "newsletter-icon",
"href": "https://pixelplanettoday.com/#newsletter",
"styleClass": "newsletter"
},
{
"label": "Plastic Free July Blog Post",
"icon": "blog-icon",
Expand All @@ -42,6 +52,12 @@
"href": "https://shop.pixelplanettoday.com",
"styleClass": "shop"
},
{
"label": "Newsletter",
"icon": "newsletter-icon",
"href": "https://pixelplanettoday.com/#newsletter",
"styleClass": "newsletter"
},
{
"label": "Blog",
"icon": "blog-icon",
Expand Down

0 comments on commit f8b7bf6

Please sign in to comment.