mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-26 10:21:39 +00:00
Update experimental view transition API
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
This commit is contained in:
parent
4c9272b4c8
commit
560e75ad5c
2 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,11 @@
|
|||
/* == main */
|
||||
/* ----------------------------------------------------------- */
|
||||
|
||||
// experimental view transition API
|
||||
@view-transition {
|
||||
navigation: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: $color-primary;
|
||||
color: $color-light-text;
|
||||
|
|
|
@ -39,8 +39,6 @@
|
|||
<meta name="twitter:title" content="Now Playing ∴ Great music should be shared" />
|
||||
<meta name="twitter:description" content="{{ .Site.Params.description }}" />
|
||||
{{ end }}
|
||||
<!-- experimental view transition API -->
|
||||
<meta name="view-transition" content="same-origin" />
|
||||
|
||||
{{ with .Site.GetPage "/" }}
|
||||
{{ with .OutputFormats.Get "rss" }}
|
||||
|
|
Loading…
Reference in a new issue