Skip to content

Commit

Permalink
Docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Oct 10, 2024
1 parent a4d4061 commit f903752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/section/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h1 class="single-title animate__animated animate__pulse animate__faster">
{{- /* Content */ -}}
<div class="content" id="content">
{{- dict "Content" .Content "Ruby" $params.ruby "Fraction" $params.fraction "Fontawesome" $params.fontawesome | partial "function/content.html" | safeHTML -}}
{{- warnf "component-projects]\n%v" (T "projects.warningLayout" (dict "Permalink" .Permalink)) -}}
{{- warnf "component-projects\n%v" (T "projects.warningLayout" (dict "Permalink" .Permalink)) -}}
{{- $headers := dict "headers" (.Scratch.Get "githubTokenHeader") -}}
{{- $githubLangColors := partial "function/get-remote-json" (dict "URL" "https://raw.githubusercontent.com/ozh/github-colors/master/colors.json" "OPTIONS" $headers ) -}}
{{- range $group := $data -}}
Expand Down

0 comments on commit f903752

Please sign in to comment.