Skip to content

Commit

Permalink
🍻 Committed some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice-Hazymoon committed Jun 18, 2022
1 parent fcdd0ba commit c56e764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions layouts/_default/github.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- define "main" -}}
{{- $githubConfig := .Site.Params.github -}}
<div class="page-github relative py-8">
{{- if and $githubConfig (and $githubConfig.id $githubConfig.minStars) -}}
{{- if $githubConfig.id -}}
<div class="mx-6 mb-2 inline-flex items-end pb-3 text-3xl md:mx-10">
<div class="mr-4 inline-flex items-center leading-none">
<i class="eva eva-github-outline mr-2"></i>
Expand Down Expand Up @@ -62,7 +62,8 @@
{{- end -}}
</div>
{{- else -}}
{{- T "github.config" -}}
{{- warnf "!!! GitHub ID not set, Please check your config file" -}}
<div class=" text-xl">ERROR: {{- T "github.config" -}}</div>
{{- end -}}
</div>
{{- end -}}
Binary file removed static/icon.png
Binary file not shown.

0 comments on commit c56e764

Please sign in to comment.