aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-05-21 23:15:25 -0400
committerThedro Neely <thedroneely@gmail.com>2019-05-21 23:15:25 -0400
commit9fb08082098207961fa65b67322ddd690374ecab (patch)
treefc5eda5012b1e321c292c82cecd1f81aab6f885b /generators/hugo/themes/tdro/layouts
parente2dbc2efdd9525dfe44f144a69ab933c1157e9bd (diff)
downloadthedroneely.com-9fb08082098207961fa65b67322ddd690374ecab.tar.gz
thedroneely.com-9fb08082098207961fa65b67322ddd690374ecab.tar.bz2
thedroneely.com-9fb08082098207961fa65b67322ddd690374ecab.zip
hugo/layouts/_default/baseof:Use itemscope on html tag
Diffstat (limited to 'generators/hugo/themes/tdro/layouts')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/baseof.html b/generators/hugo/themes/tdro/layouts/_default/baseof.html
index dff50c6..c0b55aa 100644
--- a/generators/hugo/themes/tdro/layouts/_default/baseof.html
+++ b/generators/hugo/themes/tdro/layouts/_default/baseof.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html class="has-navbar-fixed-top" lang="en-us">
-<head>
+<head itemscope>
{{ partial "head.html" . -}}