add cotton candy cloud pic and wallpaper link to homepage

This commit is contained in:
Chuck Dries 2021-08-11 19:26:23 -07:00
parent 5b3cddec4d
commit 88b8d4a1d8
3 changed files with 12 additions and 0 deletions

BIN
data/gallery/DSC00237.jpg (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -62,6 +62,14 @@ const Nav = ({ ar, isClient }) => (
YouTube YouTube
</a> </a>
</li> </li>
<li>
<a
className={getNavClasses(isClient)}
href="https://nextcloud.chuckdries.com/s/D7C7rtiTYyaFRp7"
>
Wallpaper
</a>
</li>
<li> <li>
<a <a
className={getNavClasses(isClient)} className={getNavClasses(isClient)}

View File

@ -209,6 +209,7 @@ export const query = graphql`
"DSC07490.jpg" "DSC07490.jpg"
"DSC02538.jpg" "DSC02538.jpg"
"20190624-DSC00771.jpg" "20190624-DSC00771.jpg"
"DSC00237.jpg"
] ]
} }
} }