Add link to source code repository to about page

This commit is contained in:
2023-04-30 23:22:52 +02:00
parent 1b900d44e8
commit 62ca862c9d
2 changed files with 3 additions and 1 deletions

View File

@@ -1,11 +1,13 @@
<template lang="pug">
- const REPO_LINK = "https://git.dietrich-rink.de/dietrich/vue-example-app"
- const JOKE_API_LINK = "https://github.com/15Dkatz/official_joke_api"
section
h2 About
p
| This is an example single page application built in Vue.js.
| This is an example single page application built in Vue.js. You can find
| its source code in #[a(href=REPO_LINK target="_blank") this repository].
p
| It uses nested components, routing, composables and the fancy language
| extensions pug, typescript and sass, that compile to html, javascript and

BIN
src/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB