We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ab400 commit 1fc7afaCopy full SHA for 1fc7afa
README.md.gotmpl
@@ -1,5 +1,5 @@
1
{{- defineDatasource "config" .Env.README_YAML -}}
2
-{{- defineDatasource "includes" (env.Getenv "README_INCLUDES") -}}
+{{- defineDatasource "includes" (env.Getenv "README_INCLUDES" | default "./") -}}
3
{{- $deprecated := has (ds "config") "deprecated" }}
4
{{- $utm_link := printf "%%s?utm_source=%s&utm_medium=%s&utm_campaign=%s&utm_content=%s" "github" "readme" (ds "config").github_repo "%s" -}}
5
{{- $homepage := printf $utm_link "https://cpco.io/homepage" "" -}}
0 commit comments