mirror of
https://github.com/danbulant/design
synced 2026-07-06 11:30:39 +00:00
remove posts from main site
This commit is contained in:
parent
aa658116d2
commit
d306144720
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
import Button from "./components/button.svelte";
|
import Button from "./components/button.svelte";
|
||||||
import Contact from "./components/contact.svelte";
|
import Contact from "./components/contact.svelte";
|
||||||
import Hero from "./components/hero.svelte";
|
import Hero from "./components/hero.svelte";
|
||||||
import Posts from "./components/posts.svelte";
|
// import Posts from "./components/posts.svelte";
|
||||||
import Project from "./components/project.svelte";
|
import Project from "./components/project.svelte";
|
||||||
import Split from "./components/split.svelte";
|
import Split from "./components/split.svelte";
|
||||||
import TechnologyDetails from "./components/technologyDetails.svelte";
|
import TechnologyDetails from "./components/technologyDetails.svelte";
|
||||||
|
|
@ -196,7 +196,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Posts />
|
<!-- <Posts /> -->
|
||||||
<div id="contact">
|
<div id="contact">
|
||||||
<Contact />
|
<Contact />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue