css font tweaks
This commit is contained in:
parent
c24917f12b
commit
f9cc3f9926
5 changed files with 8 additions and 14 deletions
|
@ -13,10 +13,9 @@
|
|||
{{- $code := resources.Get "code.css" -}}
|
||||
{{- $footer := resources.Get "footer.css" -}}
|
||||
{{- $header := resources.Get "header.css" -}}
|
||||
{{- $home := resources.Get "home.css" -}}
|
||||
{{- $pagination := resources.Get "pagination.css" -}}
|
||||
{{- $responsive := resources.Get "responsive.css" -}}
|
||||
{{- $allCss := slice $base $code $footer $header $home $pagination $responsive | resources.Concat "static/all.css" | fingerprint | minify -}}
|
||||
{{- $allCss := slice $base $code $footer $header $pagination $responsive | resources.Concat "static/all.css" | fingerprint | minify -}}
|
||||
<link rel="stylesheet" href="{{ $allCss.Permalink }}">
|
||||
|
||||
{{ range .AlternativeOutputFormats -}}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<html class="black-theme" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.9">
|
||||
<link rel="icon" href="/static/favicon.ico">
|
||||
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
|
@ -13,10 +13,9 @@
|
|||
{{- $code := resources.Get "code.css" -}}
|
||||
{{- $footer := resources.Get "footer.css" -}}
|
||||
{{- $header := resources.Get "header.css" -}}
|
||||
{{- $home := resources.Get "home.css" -}}
|
||||
{{- $pagination := resources.Get "pagination.css" -}}
|
||||
{{- $responsive := resources.Get "responsive.css" -}}
|
||||
{{- $allCss := slice $base $code $footer $header $home $pagination $responsive | resources.Concat "static/all.css" | fingerprint | minify -}}
|
||||
{{- $allCss := slice $base $code $footer $header $pagination $responsive | resources.Concat "static/all.css" | fingerprint | minify -}}
|
||||
<link rel="stylesheet" href="{{ $allCss.Permalink }}">
|
||||
|
||||
{{ range .AlternativeOutputFormats -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue