Stop justifying titles and add lang attribute
This commit is contained in:
parent
6dc7734c70
commit
172630c2ee
|
@ -20,6 +20,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||
margin-top: .5em;
|
||||
font-family: $font-heading;
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
|
||||
a {
|
||||
color: black;
|
||||
|
@ -60,6 +61,7 @@ pre code {
|
|||
color: white;
|
||||
transition: color 0.25s;
|
||||
transition: background-color 0.25s;
|
||||
text-align: left;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="{{ .Site.Language.Lang }}">
|
||||
{{- partial "head.html" . -}}
|
||||
<body>
|
||||
{{- partial "header.html" . -}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user