Skip to content

Commit

Permalink
Merge pull request #322 from hydephp/300-add-back-skip-to-content-but…
Browse files Browse the repository at this point in the history
…ton-to-lagrafo-docs-layout

Add back skip to content button to Lagrafo docs layout, fix #300
  • Loading branch information
caendesilva authored May 11, 2022
2 parents 5914ba2 + 11fce61 commit 47a8fbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/layouts/docs.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
</head>

<body id="lagrafo-app" class="bg-white dark:bg-gray-900">
<a href="#content" id="skip-to-content">Skip to content</a>

<script>
document.body.classList.add('js-enabled');
</script>
Expand Down

0 comments on commit 47a8fbd

Please sign in to comment.