Skip to content

Commit

Permalink
refactor(#169): add stub note to post template, keep DRY
Browse files Browse the repository at this point in the history
  • Loading branch information
carbontwelve committed Jan 27, 2023
1 parent 75d2b35 commit 8414953
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
9 changes: 9 additions & 0 deletions _includes/layouts/post.njk
Expand Up @@ -21,6 +21,15 @@
<br/>
{{ readingTime.text }}.
</p>

{% if growthStage === 'stub' %}
<section>
<blockquote>
<p>Note: This is a stub post to be filled out in the future. It has been created for the purpose of interlinking feel free to check out what links here from the list below to find related pages.</p>
</blockquote>
</section>
{% endif %}

<section>
{{ content | safe }}
</section>
Expand Down
1 change: 0 additions & 1 deletion content/essays/2023-01-30-the-small-web.md
Expand Up @@ -4,4 +4,3 @@ tags: ["Decentralisation", "Self Hosting"]
growthStage: stub
---

> Note: This is a stub post to be filled out in the future. It has been created for the purpose of interlinking feel free to check out what links here from the list below to find related pages.
Expand Up @@ -4,4 +4,3 @@ tags: ["Decentralisation", "Self Hosting"]
growthStage: stub
---

> Note: This is a stub post to be filled out in the future. It has been created for the purpose of interlinking feel free to check out what links here from the list below to find related pages.
1 change: 0 additions & 1 deletion content/noteworthy/2023-01-01-toshiba-t5100.md
Expand Up @@ -4,4 +4,3 @@ tags: ["DOS", "Retro Computing"]
growthStage: stub
---

> Note: This is a stub post to be filled out in the future. It has been created for the purpose of interlinking feel free to check out what links here from the list below to find related pages.
1 change: 0 additions & 1 deletion content/thoughts/2023-01-19-minimalism.md
Expand Up @@ -4,4 +4,3 @@ tags: ["Simplicity", "Glossary"]
growthStage: stub
---

> Note: This is a stub post to be filled out in the future. It has been created for the purpose of interlinking feel free to check out what links here from the list below to find related pages.
1 change: 0 additions & 1 deletion content/thoughts/2023-01-20-rabbit-hole.md
Expand Up @@ -4,4 +4,3 @@ tags: ["Programming", "Glossary"]
growthStage: stub
---

> Note: This is a stub post to be filled out in the future. It has been created for the purpose of interlinking feel free to check out what links here from the list below to find related pages.
1 change: 0 additions & 1 deletion content/thoughts/2023-01-21-near-future.md
Expand Up @@ -5,4 +5,3 @@ tags: ["Programming", "Glossary"]
growthStage: stub
---

> Note: This is a stub post to be filled out in the future. It has been created for the purpose of interlinking feel free to check out what links here from the list below to find related pages.
Expand Up @@ -5,4 +5,3 @@ tags: ["History"]
growthStage: stub
---

> Note: This is a stub post to be filled out in the future. It has been created for the purpose of interlinking feel free to check out what links here from the list below to find related pages.

0 comments on commit 8414953

Please sign in to comment.