Include message box css with top level stylesheet
This commit is contained in:
parent
58867aaab0
commit
accaa28ffe
@ -19,6 +19,7 @@
|
|||||||
1. External files (best with local dev server live reload)
|
1. External files (best with local dev server live reload)
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/index.css">
|
<link rel="stylesheet" href="/css/index.css">
|
||||||
|
<link rel="stylesheet" href="/css/message-box.css">
|
||||||
<link rel="stylesheet" href="/css/prism-okaidia.css">
|
<link rel="stylesheet" href="/css/prism-okaidia.css">
|
||||||
<link rel="stylesheet" href="/css/prism-diff.css">
|
<link rel="stylesheet" href="/css/prism-diff.css">
|
||||||
|
|
||||||
@ -26,6 +27,7 @@
|
|||||||
#}
|
#}
|
||||||
<style>
|
<style>
|
||||||
{% include "public/css/index.css" %}
|
{% include "public/css/index.css" %}
|
||||||
|
{% include "public/css/message-box.css" %}
|
||||||
{% include "node_modules/prismjs/themes/prism-okaidia.css" %}
|
{% include "node_modules/prismjs/themes/prism-okaidia.css" %}
|
||||||
{% include "public/css/prism-diff.css" %}
|
{% include "public/css/prism-diff.css" %}
|
||||||
</style>
|
</style>
|
||||||
|
@ -3,7 +3,6 @@ layout: layouts/base.njk
|
|||||||
---
|
---
|
||||||
<!-- Delete this message -->
|
<!-- Delete this message -->
|
||||||
<div class="message-box">
|
<div class="message-box">
|
||||||
<link rel="stylesheet" href="/css/message-box.css">
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>Edit the <code>_data/metadata.json</code> with your blog’s information.</li>
|
<li>Edit the <code>_data/metadata.json</code> with your blog’s information.</li>
|
||||||
<li>(Optional) Edit <code>eleventy.config.js</code> with your <a href="https://www.11ty.dev/docs/config/">configuration preferences</a>.</li>
|
<li>(Optional) Edit <code>eleventy.config.js</code> with your <a href="https://www.11ty.dev/docs/config/">configuration preferences</a>.</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user