Copy tweaks

This commit is contained in:
Zach Leatherman 2024-08-26 17:23:06 -05:00
parent dc5ab2ef63
commit 2b40c3c7a4
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
--- ---
layout: layouts/base.njk layout: layouts/base.njk
--- ---
<!-- Delete this message, it will also remove the component CSS from the bundle --> <!-- Delete this block, which will also remove the component CSS from the bundle -->
{%- css %}{% include "public/css/message-box.css" %}{% endcss %} {%- css %}{% include "public/css/message-box.css" %}{% endcss %}
<div class="message-box"> <div class="message-box">
<ol> <ol>
<li>Edit the <code>_data/metadata.js</code> with your blogs information.</li> <li>Edit <code>_data/metadata.js</code> with your blogs 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>
<li>Delete this message from <code>_includes/layouts/home.njk</code>.</li> <li>Delete this message from <code>_includes/layouts/home.njk</code>.</li>
</ol> </ol>

View File

@ -1,5 +1,5 @@
--- ---
title: This is my fourth post! title: This is my fourth post
description: This is a post on My Blog about touchpoints and circling wagons. description: This is a post on My Blog about touchpoints and circling wagons.
date: 2018-09-30 date: 2018-09-30
tags: second tag tags: second tag