Skip to content

Commit 6ab4f0d

Browse files
authored
Add mustache (#279)
1 parent d7f517f commit 6ab4f0d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
1.34 MB
Loading

src/pages/fsharp-essentials.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Icon } from "astro-icon/components";
44
import { Image } from "astro:assets";
55
import fsharpLogo from "../images/fsharp-logo.svg";
66
import Ian from "../images/authors/IanRussell.jpg";
7-
import Edgar from "../images/authors/EdgarGonzalez.jpg";
7+
import Edgar from "../images/authors/EdgarGonzalez.png";
88
import LocalTime from "../components/LocalTime";
99
import YouTubeVideo from "../components/YouTubeVideo.astro";
1010
---

src/pages/hire.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Layout from "../layouts/Layout.astro";
33
import { Icon } from "astro-icon/components";
44
import { Image } from "astro:assets";
55
import David from "../images/authors/DavidSchaefer.jpg";
6-
import Edgar from "../images/authors/EdgarGonzalez.jpg";
6+
import Edgar from "../images/authors/EdgarGonzalez.png";
77
import Florian from "../images/authors/FlorianVerdonck.jpg";
88
---
99

src/testimonials/EdgarGonzalez.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Edgar Gonzalez
44
preview: I went from zero to hero in no time
55
author: Edgar Gonzalez
66
isDraft: true
7-
profilePicture: "../images/authors/EdgarGonzalez.jpg"
7+
profilePicture: "../images/authors/EdgarGonzalez.png"
88
---
99

1010
## My journey from a soldier to an F# OSS contributor

0 commit comments

Comments
 (0)