Skip to content

Commit abdf399

Browse files
committed
Fix yamllint violation.
1 parent bcf447f commit abdf399

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

_config.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ nav:
3434
exclude:
3535
- /
3636
- /404.html
37-
favicon_ico : /favicon.ico
37+
favicon_ico: /favicon.ico
3838
main_title:
3939
link: '/'
4040
recurse: true
@@ -43,7 +43,14 @@ nav:
4343
aux_links:
4444
"PDS Interop on GitHub":
4545
- https://github.com/pdsinterop
46-
footer_content: '<p xmlns:dct="http://purl.org/dc/terms/" property="dct:rights">Copyright © <span property="dct:dateCopyrighted">2020-2021</span> <span property="dct:publisher">PDS Interop</span>. Distributed under a <a rel="license" href="https://pdsinterop.org/license/">MIT license</a>.</p>'
46+
footer_content: >
47+
<p xmlns:dct="http://purl.org/dc/terms/" property="dct:rights">
48+
Copyright ©
49+
<span property="dct:dateCopyrighted">2020-2021</span>
50+
<span property="dct:publisher">PDS Interop</span>.
51+
Distributed under a
52+
<a rel="license" href="https://pdsinterop.org/license/">MIT license</a>.
53+
</p>
4754
gh_edit_link: true
4855
gh_edit_repository: https://github.com/pdsinterop/php-solid-server/
4956
logo: https://avatars3.githubusercontent.com/u/65920341

0 commit comments

Comments
 (0)