diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-10-23 17:42:18 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-10-23 17:42:18 +0200 |
| commit | 18f6a02b8805acc073683da1b2da4c5fc44180da (patch) | |
| tree | 5732ddfacf362f640098f5cb26cd17de4937822b /themes/simple/layouts/_default/baseof.html | |
| parent | 44065ee048237e1c918fa657e515f3d8fe907940 (diff) | |
| download | mitjafelicijan.com-18f6a02b8805acc073683da1b2da4c5fc44180da.tar.gz | |
Added html lang attr
Diffstat (limited to 'themes/simple/layouts/_default/baseof.html')
| -rwxr-xr-x | themes/simple/layouts/_default/baseof.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/simple/layouts/_default/baseof.html b/themes/simple/layouts/_default/baseof.html index 0cb6943..79c7684 100755 --- a/themes/simple/layouts/_default/baseof.html +++ b/themes/simple/layouts/_default/baseof.html | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
| 2 | <html> | 2 | <html lang="en"> |
| 3 | 3 | ||
| 4 | {{ partial "head.html" . }} | 4 | {{ partial "head.html" . }} |
| 5 | 5 | ||
| @@ -11,4 +11,4 @@ | |||
| 11 | {{ partial "footer.html" . }} | 11 | {{ partial "footer.html" . }} |
| 12 | </body> | 12 | </body> |
| 13 | 13 | ||
| 14 | </html> | 14 | </html> \ No newline at end of file |
