style: removed comment on config

This commit is contained in:
EvilMuffinHa 2022-05-07 02:07:05 -04:00
parent 0b09faee82
commit ab59fe0dd5

View File

@ -1,11 +1,4 @@
<!-- vim: set ft=html: -->
<!--
base00
base05
favicon_mimetype
favicon
title_text
-->
<!DOCTYPE HTML>
<html lang="{%- if config.default_language -%}{{ config.default_language }}{%- else -%}en{%- endif -%}">
@ -22,7 +15,6 @@
{%- endblock extra_head %}
<style>
@font-face {
font-family: "UtsukushiMincho";
src: url(UtsukushiMincho.ttf);
@ -31,7 +23,6 @@
body {
font-family: UtsukushiMincho;
{%- if config.extra.base00 %}
background-color: {{ config.extra.base00 }};
{% else %}