Removed empty styleoverride block from default layout.

This commit is contained in:
Paul Gauthier 2023-05-15 14:42:45 -07:00
parent a39d0bac20
commit 47b5ddc023

View file

@ -13,7 +13,6 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
{% include head-custom.html %} {% include head-custom.html %}
{% block styleoverride %}{% endblock %}
</head> </head>
<body> <body>
<a id="skip-to-content" href="#content">Skip to the content.</a> <a id="skip-to-content" href="#content">Skip to the content.</a>