remove google fonts!
This commit is contained in:
parent
bfca9a0e4e
commit
23e068227a
2 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
<div ref="extraContainer" class="extra-container">
|
||||
{{ if and (isset .Site.Params "googlesearchcode") (.IsHome) }}
|
||||
<!--
|
||||
<script async src="https://cse.google.com/cse.js?cx={{.Site.Params.googleSearchCode}}"></script>
|
||||
-->
|
||||
<div class="gcse-searchbox-only" mobileLayout="true"></div>
|
||||
{{ end }}
|
||||
{{ if and (not (.Site.Params.disableToC) ) (.IsPage) }}
|
||||
|
|
|
|||
|
|
@ -56,9 +56,11 @@
|
|||
{{ end }}
|
||||
|
||||
<script src="{{.Site.BaseURL}}/js/loadCSS.js"></script>
|
||||
<!--
|
||||
<script>
|
||||
loadCSS("https://fonts.googleapis.com/css?family=Lora|Montserrat|Fira+Mono|Noto+Serif+SC|Material+Icons");
|
||||
</script>
|
||||
-->
|
||||
|
||||
{{ if .Params.enableMathJax }}
|
||||
{{ partial "mathjax.html" . }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue