Skip to content

Commit

Permalink
link youtube channel in Rust articles
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit committed Feb 9, 2021
1 parent c9161d8 commit a5d947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby/src/templates/blog-post.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class BlogPostTemplate extends React.Component {
</section>

<section className="thtrm-section thtrm-section-constrained thtrm-article u-distance">
{category == 'rust' && <p style={{textAlign: 'center', fontStyle: 'italic', width: '100%', marginBottom: '1em'}}>New to Rust? Check out my <strong>free</strong> <a href="https://egghead.io/courses/write-your-first-program-with-the-rust-language" target="_blank">introduction course</a>!</p>}
{category == 'rust' && <p style={{textAlign: 'center', fontStyle: 'italic', width: '100%', marginBottom: '1em'}}>New to Rust? Check out my <a href="https://youtube.com/c/PascalPrecht" target="_blank">YouTube channel</a> or my <strong>free</strong> <a href="https://egghead.io/courses/write-your-first-program-with-the-rust-language" target="_blank">introduction course</a> on Egghead!</p>}
<div className="thtrm-section__heading u-distance-reset" dangerouslySetInnerHTML={{ __html: post.html }} />
</section>
{ isRust && (
Expand Down

0 comments on commit a5d947a

Please sign in to comment.