We are half way there
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { format } from 'date-fns'
|
||||
import type { PostContent } from 'src/routes/blog/_content'
|
||||
import type { PostContent } from 'src/routes/blog/content'
|
||||
import SvgIcon from './SvgIcon.svelte'
|
||||
import {
|
||||
boldClass,
|
||||
|
@ -12,8 +12,9 @@
|
||||
portfolioPageNavigationLinksClass,
|
||||
selectedClass,
|
||||
} from './Nav.css'
|
||||
import { page } from "$app/stores"
|
||||
|
||||
export let segment
|
||||
$: segment = $page.url.pathname
|
||||
</script>
|
||||
|
||||
<nav class={navigationClass}>
|
||||
|
@ -2,7 +2,7 @@
|
||||
import { horizontalBorderTopClass } from '$lib/styles/scoops.css'
|
||||
|
||||
import { format } from 'date-fns'
|
||||
import type { PostContent } from '../../routes/blog/_content'
|
||||
import type { PostContent } from '../../routes/blog/content'
|
||||
import {
|
||||
footerClass,
|
||||
publishedClass,
|
||||
|
Reference in New Issue
Block a user