diff options
Diffstat (limited to 'src/components/starlight')
| -rw-r--r-- | src/components/starlight/Footer.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/starlight/Footer.astro b/src/components/starlight/Footer.astro index 7b10569..7c3871c 100644 --- a/src/components/starlight/Footer.astro +++ b/src/components/starlight/Footer.astro @@ -8,14 +8,14 @@ import SocialShare from '../SocialShare.astro'; --- <footer class="sl-flex"> + <SocialShare /> + <div class="meta sl-flex"> <EditLink /> <LastUpdated /> </div> <Pagination /> - <SocialShare /> - { config.credits && ( <a class="kudos sl-flex" href="https://starlight.astro.build"> |
