Skip to content

Commit e298328

Browse files
committed
fix href escape syntax
1 parent 6901905 commit e298328

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

_config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,16 @@ aux_links:
88
"View on GitHub":
99
- "//github.com/cassgvp/git-for-collaborative-documentation"
1010
# Footer content appears at the bottom of every page's main content
11-
footer_content: "Copyright &copy; 2020 Cassandra Gould van Praag. Distributed under a <a href="https://cassgvp.github.io/git-for-collaborative-documentation/docs/LICENSE.html">CC-BY-3.0 license.</a>"
12-
11+
footer_content: "Copyright &copy; 2020 Cassandra Gould van Praag. Distributed under a <a href=\"https://cassgvp.github.io/git-for-collaborative-documentation/docs/LICENSE.html\">CC-BY-3.0 license.</a>"
1312
# Back to top link
1413
back_to_top: true
1514
back_to_top_text: "Back to top"
16-
1715
# # Footer "Edit this page on GitHub" link text
1816
# gh_edit_link: true # show or hide edit this page link
1917
# gh_edit_link_text: "Edit this page on GitHub"
2018
# gh_edit_repository: "https://github.com/cassgvp/git-for-collaborative-documentation" # the github URL for your repo
2119
# gh_edit_branch: "master" # the branch that your docs is served from
2220
# # gh_edit_source: docs # the source that your files originate from
2321
# gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
24-
2522
color_scheme: cassgvp
2623
logo: /img/logo2.png

0 commit comments

Comments
 (0)