Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
NoteSwiper committed Aug 29, 2023
1 parent 18c28eb commit 5ef7c76
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
<meta name="theme-color" content="#9fe0b8">
<meta name="msvalidate.01" content="5E852E6B1BA39707B3E389442F07DE2A" />
<meta name="google-site-verification" content="deN82EYpJp_0rwKFg4HVCgkj8cT0tXmSg3gR19GuK5k" />
{%- capture csstype -%}{{ include.csstype }}{%- endcapture -%}
{% include head-link.html type=csstype %}
{% include head-link.html %}
{% include head-script.html %}
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html lang="{{ site.lang }}" dir="ltr" spellcheck="true">
<head>
<!-- {% include sw-script.html %} -->
{% include head.html %}
</head>
<body>
<!-- Google Tag Manager (noscript) -->
Expand Down
7 changes: 7 additions & 0 deletions updates/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Changelogs

## On 2023-08-29

The site stylesheet has acciedentally disabled by syntax misses.

1. `{% include head.html %}` has missing
1. the `{% include head-link.html csstype=type %}` has caused the error by missing data, this error not append on production.

Under construction!

0 comments on commit 5ef7c76

Please sign in to comment.