CJ 1 vuosi sitten
vanhempi
commit
2b4f703577
2 muutettua tiedostoa jossa 8 lisäystä ja 3 poistoa
  1. 4 3
      templates/_common/base.html
  2. 4 0
      templates/blog.html

+ 4 - 3
templates/_common/base.html

@@ -20,9 +20,10 @@
     <meta name="author" content="CyberSicko"/>
     <meta name="theme-color" content="#ffffff"/>
     <title>CyberSicko.NET</title>
-<link rel="preconnect" href="https://fonts.googleapis.com">
-<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
-<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&display=swap" rel="stylesheet">
+    <link rel="preconnect" href="https://fonts.googleapis.com">
+    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+    <link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&display=swap"
+          rel="stylesheet">
     <link
             rel="stylesheet"
             href="{% static 'semantic.min.css' %}"

+ 4 - 0
templates/blog.html

@@ -19,6 +19,10 @@
     <meta name="author" content="CyberSicko"/>
     <meta name="theme-color" content="#ffffff"/>
     <title>{{ article.title }}-CyberSicko.net</title>
+   <link rel="preconnect" href="https://fonts.googleapis.com">
+    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+    <link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&display=swap"
+          rel="stylesheet">
 
     <link
             rel="stylesheet"