diff --git a/app/pages/portfolio/[slug].vue b/app/pages/portfolio/[slug].vue index 78901bd..cbca69d 100644 --- a/app/pages/portfolio/[slug].vue +++ b/app/pages/portfolio/[slug].vue @@ -104,13 +104,62 @@ async function handleLike() {

{{ post.readingTime }}min long

-

+

{{ post.description }}

+
+ + + + + +
@@ -214,7 +263,8 @@ async function handleLike() { "copy": "Copy link" }, "top": "Go to top", - "back": "Go back" + "back": "Go back", + "toc": "Table of contents" }, "fr": { "likes": { @@ -236,7 +286,8 @@ async function handleLike() { "copy": "Copier le lien" }, "top": "Remonter en haut", - "back": "Retourner en arrière" + "back": "Retourner en arrière", + "toc": "Table des matières" }, "es": { "likes": { @@ -258,7 +309,8 @@ async function handleLike() { "copy": "Copiar link" }, "top": "Ir arribaarr", - "back": "Volver atrás" + "back": "Volver atrás", + "toc": "Tabla de contenidos" } }