Skip to content

Commit a9091b7

Browse files
committed
resolves #31
1 parent 3955888 commit a9091b7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

assets/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /resume

src/routes/resume/Resume.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
}
2727
</style>
2828

29+
<svelte:head>
30+
<meta name="robots" content="noindex, nofollow">
31+
</svelte:head>
32+
2933
<div class="flex flex-col p-6 mx-auto align-middle border-8 print:-mt-4 print:w-full md:w-4/5">
3034
<article class="border-0 border-b border-black">
3135
<div class="flex flex-col pb-2 border-0 border-b-2 border-black">

0 commit comments

Comments
 (0)