Skip to content

Commit

Permalink
Add fragment identifier to sub content
Browse files Browse the repository at this point in the history
  • Loading branch information
csswizardry committed Sep 28, 2023
1 parent 7f776c2 commit 590fd88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1 elementtiming="page-title">{{ page.title }}</h1>

<script>performance.mark('Content End')</script>
</section
><section class="layout__item desk-three-tenths desk-push-one-tenth" data-ui-component="Sub content">
><section class="layout__item desk-three-tenths desk-push-one-tenth" data-ui-component="Sub content" id="section:sub-content">

{% include sub-content.html %}

Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h1 itemprop="name headline" elementtiming=page-title style="view-transition-na

<script>performance.mark('Content End')</script>
</section
><section class="layout__item desk-three-tenths desk-push-one-tenth" data-ui-component="Sub content">
><section class="layout__item desk-three-tenths desk-push-one-tenth" data-ui-component="Sub content" id="section:sub-content">

{% include sub-content.html %}

Expand Down

0 comments on commit 590fd88

Please sign in to comment.