adisaktijrs / hexo-theme-minima

A lightweight dark/light theme for Hexo.js
https://adisaktijrs.github.io/minima
MIT License
220 stars 51 forks source link

"layout.ejs" repair #29

Closed jinzhongjia closed 2 years ago

jinzhongjia commented 2 years ago
  <link rel="preload" href="../fonts/dm-serif-display-v4-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
  <link rel="preload" href="../fonts/inter-v2-latin-regular.woff2" as="font" type="font/woff2" crossorigin>

I found a small mistake in this file,and i tried fix it, ".../" will cause the subpage to return 404 when the request is self-initiated.

adisaktijrs commented 2 years ago

Hi @yingyi666. I've been away from my github, so I really appreciate to every contribution from the others, thank you!