simple layout and css

This commit is contained in:
2026-04-24 23:14:16 +02:00
parent 9109678195
commit 8bec21c12d
4 changed files with 31 additions and 22 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ onBeforeMount(async () => {
<main>
<h1 class="title">Articles</h1>
<template v-for="(metadata, index) in articles" v-bind:key="index">
<div v-if="!metadata.draft && metadata.path">
<div v-if="!metadata.draft && metadata.path" class="article">
<RouterLink :to="metadata.path">
<h3>{{ metadata.title }}</h3>
<span class="time"