godofredoninja / Mapache

You can use the theme Mapache for ghost in: Blog - Magazine - Landing page - Personal page - Photographers. and in many other things
https://godofredo.ninja
GNU General Public License v3.0
627 stars 213 forks source link

Update default.hbs #147

Closed MaluNoPeleke closed 3 years ago

MaluNoPeleke commented 4 years ago

Lighthouse improvements based on https://stackoverflow.com/questions/45983301/google-pagespeed-eliminate-render-blocking-resources-above-the-fold-caused-fro

godofredoninja commented 3 years ago

Here's a problem.

The labels are not closing as they should and it is incomplete.

It has to be almost the same as this.

    <link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'"/>
    <noscript><link rel="preconnect" href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet"></noscript>
MaluNoPeleke commented 3 years ago

Added both lines completely.