mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 10:50:24 +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" }}
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ .Page.Language | default "en" }}" class="js csstransforms3d">
|
||||
<html lang="{{ .Page.Language | default "en" }}">
|
||||
<head>
|
||||
{{- partial "meta.html" . }}
|
||||
{{- .Scratch.Add "title" "" }}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ .Page.Language | default "en" }}" class="js csstransforms3d">
|
||||
<html lang="{{ .Page.Language | default "en" }}">
|
||||
<head>
|
||||
{{- partial "meta.html" . }}
|
||||
<title>{{ if and .Title (not (eq .Title .Site.Title)) }}{{ .Title }} {{ default "::" .Site.Params.titleSeparator }} {{ end}}{{ .Site.Title }}</title>
|
||||
|
|
Loading…
Reference in a new issue