Skip to content

Commit

Permalink
Fix h1 content (#445)
Browse files Browse the repository at this point in the history
It renders everything inside of the <a>-tag on the deployed version.
<i style="font-family: system; font-size: 46px; color: #4d4d4d;">prime</i>

Now it will render just 'prime', but without the styling.
  • Loading branch information
bartduisters authored Jan 29, 2020
1 parent a18f44f commit de36773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<div id="app"></div>
<script>
window.$docsify = {
name: '<i style="font-family: system; font-size: 46px; color: #4d4d4d;">prime</i>',
name: 'prime',
repo: 'https://github.com/birkir/prime',
homepage: 'https://raw.githubusercontent.com/birkir/prime/master/README.md',
loadSidebar: true,
Expand Down

0 comments on commit de36773

Please sign in to comment.