This commit is contained in:
2021-12-25 21:41:30 +01:00
parent a1da5fe9b8
commit b3641ec187
3 changed files with 4 additions and 7 deletions

View File

@ -1,7 +1,4 @@
title: Realworld Conduit Apps realworld:
description: description
projects:
- title: ASP.NET Core Realworld - title: ASP.NET Core Realworld
type: aspnet type: aspnet
repo: adr1enbe4udou1n/aspnetcore-realworld-example-app repo: adr1enbe4udou1n/aspnetcore-realworld-example-app

View File

@ -8,15 +8,15 @@
{{ .Content | emojify }} {{ .Content | emojify }}
<section> <section>
<h2 class="text-xl mb-8 pb-2 border-b-8 border-primary-500 inline-block"> <h2 class="text-xl mb-8 pb-2 border-b-8 border-primary-500 inline-block">
{{ .Site.Data.realworld.title }} Realworld Conduit Apps
</h2> </h2>
<div class="prose dark:prose-light mb-8"> <div class="prose dark:prose-light mb-8">
{{ readFile (print "_data/realworld/" .Site.Data.realworld.description ".md") | markdownify }} {{ readFile (print "_data/realworld/_index.md") | markdownify }}
</div> </div>
<div class="grid md:grid-cols-2 gap-4"> <div class="grid md:grid-cols-2 gap-4">
{{ range $.Site.Data.realworld.projects }} {{ range $.Site.Data.works.realworld }}
<div class="rounded border-2 border-primary-500 p-4 text-center"> <div class="rounded border-2 border-primary-500 p-4 text-center">
<h3 class="mb-4 pb-1 font-bold border-b-2 border-primary-500 inline-block"> <h3 class="mb-4 pb-1 font-bold border-b-2 border-primary-500 inline-block">
{{ .title }} {{ .title }}