Stop justifying titles and add lang attribute

This commit is contained in:
Danila Fedorin 2019-11-11 15:36:59 -08:00
parent 6dc7734c70
commit 172630c2ee
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{ .Site.Language.Lang }}">
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}