fix random bug

This commit is contained in:
2021-12-25 21:37:10 +01:00
parent 7be6494431
commit a1da5fe9b8
9 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
title: Realworld Conduit Apps
description: realworlds
description: description
projects:
- title: ASP.NET Core Realworld

View File

@@ -12,7 +12,7 @@
</h2>
<div class="prose dark:prose-light mb-8">
{{ readFile (print "/content/works/" .Site.Data.realworld.description ".md") | markdownify }}
{{ readFile (print "_data/realworld/" .Site.Data.realworld.description ".md") | markdownify }}
</div>
<div class="grid md:grid-cols-2 gap-4">
@@ -22,7 +22,7 @@
{{ .title }}
</h3>
<div class="prose dark:prose-light">
{{ readFile (print "/content/works/" .type ".md") | markdownify }}
{{ readFile (print "_data/realworld/" .type ".md") | markdownify }}
</div>
<div class="flex justify-center gap-4 mt-4">
<a class="px-4 py-2 !text-neutral !no-underline !rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"