Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
per1234 committed Oct 17, 2023
1 parent ad0c2df commit 4184f10
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 19 deletions.
16 changes: 3 additions & 13 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{

Check failure on line 1 in .prettierrc.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

1:2 [braces] forbidden flow mapping
"overrides": [
{
"files": [
"*.html"
],
"options": {
"parser": "go-template",
},
},
],
"plugins": [
"prettier-plugin-go-template"
]
"overrides": [{ "files": ["*.html"], "options": { "parser": "go-template" } }],

Check failure on line 2 in .prettierrc.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

2:17 [brackets] forbidden flow sequence

Check failure on line 2 in .prettierrc.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

2:18 [braces] forbidden flow mapping

Check failure on line 2 in .prettierrc.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

2:29 [brackets] forbidden flow sequence

Check failure on line 2 in .prettierrc.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

2:52 [braces] forbidden flow mapping
"plugins": ["prettier-plugin-go-template"],

Check failure on line 3 in .prettierrc.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

3:15 [brackets] forbidden flow sequence
"printWidth": 120,
}
10 changes: 5 additions & 5 deletions site/layouts/_default/basic.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- define "main" }}
<article class="post-single">
{{- partial "secondary-header.html" . }}
{{- .Content }}
</article>
{{- end }}{{/* define "main" */}}
<article class="post-single">
{{- partial "secondary-header.html" . }}
{{- .Content }}
</article>
{{- end }}{{/* "main" */}}
3 changes: 2 additions & 1 deletion site/layouts/partials/extend_footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<footer style="text-align: center">
<small>
<hr />
Site last updated: {{ index .Site.Data "generator-data" "timestamp" }}
Site last updated:
{{ index .Site.Data "generator-data" "timestamp" }}
<b>|</b>
Content license: <a href="http://creativecommons.org/publicdomain/zero/1.0" target="_blank">CC0 1.0</a>
</small>
Expand Down

0 comments on commit 4184f10

Please sign in to comment.