Skip to content

Commit d288f6d

Browse files
committed
update: njk — housekeeping
1 parent 7b52119 commit d288f6d

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/_includes/layouts/secondary.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link rel="stylesheet" href="/css/style.css" />
1616
{% endif %}
1717
<link rel="stylesheet"
18-
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/night-owl.min.css">
18+
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/tokyo-night-dark.min.css">
1919
<script src="/js/loadTheme.js" defer></script>
2020
<script src="/js/redirect.js" defer></script>
2121
</head>

src/error.njk

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,10 @@ style: 'error.css'
3131
</div>
3232
</div>
3333
<h2 data-animation="fade-in" data-delay="1">
34-
<mark class="big-text highlight">404</mark> — The page that you
35-
are looking for
36-
does not exist
34+
<mark class="big-text highlight">404</mark> — The page that you are looking for does not exist
3735
</h2>
3836
<p data-animation="fade-in" data-delay="2">
39-
Please <mark class="highlight">make sure that the URL</mark> you
40-
typed are
41-
correct, if you think that the
42-
<mark class="highlight">URL is correct</mark> but you still cannot seems to access it please <a href="mailto:contact@emptywork.my.id">contact me via email</a>.
37+
Please <mark class="highlight">make sure that the URL</mark> you typed is correct, if you think that the <mark class="highlight">URL is correct</mark> but you still cannot seems to access it please <a href="mailto:contact@emptywork.my.id">contact me via email</a>.
4338
</p>
4439
</div>
4540
<ul class="error-button">

0 commit comments

Comments
 (0)