Skip to content

Commit

Permalink
update view transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoho authored Jun 3, 2024
1 parent 787e539 commit 8a7d085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions hugo/assets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
@import './scss/steps';
@import './scss/categories';

@view-transition {
navigation: auto;
}

body {
margin: 0;
background-color: #f9f8f6;
Expand Down
2 changes: 0 additions & 2 deletions hugo/layouts/partials/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@
<meta property="og:url" content="{{ .Permalink | absURL }}" />
<meta property="og:image" content="{{ $img | absURL }}.jpg" />
<meta property="og:description" content="{{ $description }}" />

<meta name="view-transition" content="same-origin" />

0 comments on commit 8a7d085

Please sign in to comment.