style: removed comment on config
This commit is contained in:
parent
0b09faee82
commit
ab59fe0dd5
|
@ -1,11 +1,4 @@
|
||||||
<!-- vim: set ft=html: -->
|
<!-- vim: set ft=html: -->
|
||||||
<!--
|
|
||||||
base00
|
|
||||||
base05
|
|
||||||
favicon_mimetype
|
|
||||||
favicon
|
|
||||||
title_text
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html lang="{%- if config.default_language -%}{{ config.default_language }}{%- else -%}en{%- endif -%}">
|
<html lang="{%- if config.default_language -%}{{ config.default_language }}{%- else -%}en{%- endif -%}">
|
||||||
|
@ -22,7 +15,6 @@
|
||||||
{%- endblock extra_head %}
|
{%- endblock extra_head %}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "UtsukushiMincho";
|
font-family: "UtsukushiMincho";
|
||||||
src: url(UtsukushiMincho.ttf);
|
src: url(UtsukushiMincho.ttf);
|
||||||
|
@ -31,7 +23,6 @@
|
||||||
body {
|
body {
|
||||||
|
|
||||||
font-family: UtsukushiMincho;
|
font-family: UtsukushiMincho;
|
||||||
|
|
||||||
{%- if config.extra.base00 %}
|
{%- if config.extra.base00 %}
|
||||||
background-color: {{ config.extra.base00 }};
|
background-color: {{ config.extra.base00 }};
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user