From cfe270e27857e4d1dcf2f8ab315f15d5b7d7ab0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Wed, 7 Aug 2024 23:01:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20typos=20in=20"codeberg"=20?= =?UTF-8?q?shortcode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/shortcodes/codeberg.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/shortcodes/codeberg.html b/layouts/shortcodes/codeberg.html index bd52323b..e049c7a9 100644 --- a/layouts/shortcodes/codeberg.html +++ b/layouts/shortcodes/codeberg.html @@ -34,14 +34,14 @@ {{ partial "icon.html" "star" }} -
+
{{ .stars_count }}
{{ partial "icon.html" "fork" }} -
+
{{ .forks_count }}
@@ -58,7 +58,7 @@ .then(data => { document.getElementById('{{ $id }}-full_name').innerHTML = data.full_name; document.getElementById('{{ $id }}-description').innerHTML = data.description; - document.getElementById('{{ $id }}-stars_count').innerHTML = data.starts_count; + document.getElementById('{{ $id }}-stars_count').innerHTML = data.stars_count; document.getElementById('{{ $id }}-forks_count').innerHTML = data.forks_count; }) .catch(error => console.error(error))