tannerdolby / eleventy-photo-gallery

Starter site for creating a responsive image gallery using the Eleventy static site generator

Home Page:https://eleventy-gallery.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace Speedlify-score HTML with social icons?

tannerdolby opened this issue · comments

Although, Speedlify is really nice to remind the user how performant a site is, I don't think everyone would want to have the performance metrics in the footer for just a personal art collection or photo gallery website (which this template is made for).

Consuming the speedlify API cached data which is running from my own local speedlify instance does affect the performance slightly, so maybe thats my argument for interchanging it and the accompanying JS for the static API with social icons.

Adding a list of social links to the footer may be more desired than tabbing onto the speedlify component which is an external link.

If anyone wants to weigh in on this, that'd be cool. If not, I probably will replace the speedlify-score component with a <ul> of social icons as links to the site owners social accounts.

I fully agree! 👍

Ok great. Thanks for the feedback! @nhoizey

I will implement this later today or tomorrow.

Replaced speedlify-score component with a unordered list of social links in commit 535d196. Some other stuff was fixed with this commit but social links have now replaced the speedlify-score component in footer!