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"
|
icon="stopwatch-sharp"
|
||||||
title="shutter speed"
|
title="shutter speed"
|
||||||
/>
|
/>
|
||||||
<MetadataItem
|
{meta.exif.FNumber && <MetadataItem
|
||||||
aspectRatio={ar}
|
aspectRatio={ar}
|
||||||
data={`f/${meta.exif.FNumber}`}
|
data={`f/${meta.exif.FNumber}`}
|
||||||
icon="aperture-sharp"
|
icon="aperture-sharp"
|
||||||
title="aperture"
|
title="aperture"
|
||||||
/>
|
/>}
|
||||||
<MetadataItem
|
<MetadataItem
|
||||||
aspectRatio={ar}
|
aspectRatio={ar}
|
||||||
data={meta.exif.ISO}
|
data={meta.exif.ISO}
|
||||||
|
@ -76,6 +76,14 @@ const Nav = ({ ar, isClient }) => (
|
|||||||
Medium (blog)
|
Medium (blog)
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
className={getNavClasses(isClient)}
|
||||||
|
href="mailto:chuck@chuckdries.com"
|
||||||
|
>
|
||||||
|
chuck@chuckdries.com
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
);
|
);
|
||||||
@ -305,7 +313,6 @@ export const query = graphql`
|
|||||||
"20180424-DSC07948.jpg"
|
"20180424-DSC07948.jpg"
|
||||||
"20200215-DSC02694.jpg"
|
"20200215-DSC02694.jpg"
|
||||||
"DSC00201.jpg"
|
"DSC00201.jpg"
|
||||||
"DSC01699.jpg"
|
|
||||||
"DSC04905.jpg"
|
"DSC04905.jpg"
|
||||||
"DSC05761.jpg"
|
"DSC05761.jpg"
|
||||||
"DSC05851.jpg"
|
"DSC05851.jpg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user