mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 00:47:13 +00:00
theme: remove unused style classes
This commit is contained in:
parent
e6a0414c10
commit
459c07da6f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{{- .Scratch.Set "relearnOutputFormat" "HTML" }}
|
{{- .Scratch.Set "relearnOutputFormat" "HTML" }}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ .Page.Language | default "en" }}" class="js csstransforms3d">
|
<html lang="{{ .Page.Language | default "en" }}">
|
||||||
<head>
|
<head>
|
||||||
{{- partial "meta.html" . }}
|
{{- partial "meta.html" . }}
|
||||||
{{- .Scratch.Add "title" "" }}
|
{{- .Scratch.Add "title" "" }}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ .Page.Language | default "en" }}" class="js csstransforms3d">
|
<html lang="{{ .Page.Language | default "en" }}">
|
||||||
<head>
|
<head>
|
||||||
{{- partial "meta.html" . }}
|
{{- partial "meta.html" . }}
|
||||||
<title>{{ if and .Title (not (eq .Title .Site.Title)) }}{{ .Title }} {{ default "::" .Site.Params.titleSeparator }} {{ end}}{{ .Site.Title }}</title>
|
<title>{{ if and .Title (not (eq .Title .Site.Title)) }}{{ .Title }} {{ default "::" .Site.Params.titleSeparator }} {{ end}}{{ .Site.Title }}</title>
|
||||||
|
|
Loading…
Add table
Reference in a new issue