remove orpheum from homepage and fix f/null
This commit is contained in:
parent
b2a51f5ede
commit
142ed37e6c
BIN
data/gallery/DSC03871.jpg
(Stored with Git LFS)
Normal file
BIN
data/gallery/DSC03871.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -183,12 +183,12 @@ const GalleryImage = ({ data, pageContext }) => {
|
||||
icon="stopwatch-sharp"
|
||||
title="shutter speed"
|
||||
/>
|
||||
<MetadataItem
|
||||
{meta.exif.FNumber && <MetadataItem
|
||||
aspectRatio={ar}
|
||||
data={`f/${meta.exif.FNumber}`}
|
||||
icon="aperture-sharp"
|
||||
title="aperture"
|
||||
/>
|
||||
/>}
|
||||
<MetadataItem
|
||||
aspectRatio={ar}
|
||||
data={meta.exif.ISO}
|
||||
|
@ -76,6 +76,14 @@ const Nav = ({ ar, isClient }) => (
|
||||
Medium (blog)
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
className={getNavClasses(isClient)}
|
||||
href="mailto:chuck@chuckdries.com"
|
||||
>
|
||||
chuck@chuckdries.com
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
);
|
||||
@ -305,7 +313,6 @@ export const query = graphql`
|
||||
"20180424-DSC07948.jpg"
|
||||
"20200215-DSC02694.jpg"
|
||||
"DSC00201.jpg"
|
||||
"DSC01699.jpg"
|
||||
"DSC04905.jpg"
|
||||
"DSC05761.jpg"
|
||||
"DSC05851.jpg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user