From c7aa8794dd2d41fffd37d8a6658d093adc4262e2 Mon Sep 17 00:00:00 2001 From: saeziae Date: Fri, 25 Mar 2022 17:18:27 +0800 Subject: [PATCH] real bugfix --- layouts/shortcodes/github/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/github/profile.html b/layouts/shortcodes/github/profile.html index 7a3c3549..b10af83f 100644 --- a/layouts/shortcodes/github/profile.html +++ b/layouts/shortcodes/github/profile.html @@ -1,4 +1,4 @@ {{- $uid := .Get 0 -}} {{- $id := .Get 1 -}} {{- $name := .Get 2 -}} - {{ $name | default $id }} \ No newline at end of file + {{ $name | default $id }} \ No newline at end of file