Skip to content

Commit 265d050

Browse files
committed
HTMLのコードもハイライト整備
1 parent d5cd222 commit 265d050

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

html-build/src/style/highlight.js/atom-one-dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.theme-dark {
2-
.language-js {
2+
.language-js, .language-html {
33
display: block;
44
overflow-x: auto;
55
padding: 0.5em;

html-build/src/style/highlight.js/atom-one-light.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
.theme-light {
3-
.language-js {
3+
.language-js, .language-html {
44
display: block;
55
overflow-x: auto;
66
padding: 0.5em;

html/js/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tool-generate-htmls/template-html.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta name="date" content="${article-dateModified}T00:00:00+09:00"/>
2727

2828
<link rel="icon" sizes="16x16 32x32 48x48 128x128 256x256" href="https://ics.media/wp-content/themes/icslab/img/favicon.ico"/>
29-
<script src="js/bundle.js?v=2019-01-08_01"></script>
29+
<script src="js/bundle.js?v=2019-01-08_02"></script>
3030
</head>
3131
<body class="tutorial theme-light">
3232

0 commit comments

Comments
 (0)