Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link to Twitter in newsletter #70

Merged
merged 2 commits into from
Apr 15, 2024
Merged

Conversation

mtlynch
Copy link
Contributor

@mtlynch mtlynch commented Apr 15, 2024

It looks like the site was migrated at some point from Hugo to Astro, and this link got left behind.

I haven't tested this, as I don't know how to build the site, but I copied the example from src/layouts/BlogPostLayout.astro.

mtlynch and others added 2 commits April 14, 2024 21:21
It looks like the site was migrated at some point from Hugo to Astro, and this link got left behind.

I haven't tested this, as I don't know how to build the site, but I copied the example from src/layouts/BlogPostLayout.astro
@dguo
Copy link
Owner

dguo commented Apr 15, 2024

Hey @mtlynch, thanks so much for noticing and taking the time to make a PR!

The fix didn't quite do it. I checked the Netlify deploy preview, and the link looked like this:
Screenshot 2024-04-15 at 3 22 21 PM

So something went wrong with the interpolation. But I pushed a new commit and added a Mastodon link while I was at it.

And this is a total tangent, but I recognized your name from your blog posts! Particularly the ones on bootstrapping TinyPilot. Thank you for writing about your experience. It's very inspiring.

@@ -9,7 +9,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
.push(arguments);},l=d.createElement(e),l.async=1,l.src=u,
n=d.getElementsByTagName(e)[0],n.parentNode.insertBefore(l,n);})
(window,document,'script','https://assets.mailerlite.com/js/universal.js','ml');
ml('account', '796104');
ml("account", "796104");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just autoformatting

@dguo dguo merged commit ed04851 into dguo:main Apr 15, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants