代码高亮修复

This commit is contained in:
Meekdai 2023-08-12 22:43:28 +08:00
parent 2d86899115
commit eea7b19e92
3 changed files with 11 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="https://unpkg.com/@primer/css@21.0.7/dist/primer.css" rel="stylesheet" />
<link rel="icon" href="{{ blogBase['faviconUrl'] }}">
<title>{% block title %}{% endblock %}</title>
{% block head %}{% endblock %}
</head>
<style>
body{

View File

@ -1,5 +1,8 @@
{% extends 'base.html' %}
{% block title%}{{ blogBase['title'] }}{% endblock %}
{% block head %}
<title>{{ blogBase['postTitle'] }}</title>
{% endblock %}
{% block style %}
<style>
h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font-size:40px;font-family:Monaco;}

View File

@ -1,5 +1,10 @@
{% extends 'base.html' %}
{% block title%}{{ blogBase['postTitle'] }}{% endblock %}
{% block head %}
<title>{{ blogBase['postTitle'] }}</title>
<link href="https://unpkg.com/@wooorm/starry-night@2.1.1/style/both.css" rel="stylesheet" />
{% endblock %}
{% block style %}
<style>
h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font-size:40px;font-family:Monaco;}