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; margin-top: .5em;
font-family: $font-heading; font-family: $font-heading;
font-weight: normal; font-weight: normal;
text-align: left;
a { a {
color: black; color: black;
@ -60,6 +61,7 @@ pre code {
color: white; color: white;
transition: color 0.25s; transition: color 0.25s;
transition: background-color 0.25s; transition: background-color 0.25s;
text-align: left;
&:focus { &:focus {
outline: none; outline: none;

View File

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