File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -187,6 +187,27 @@ const config: Config = {
187187 <a href="https://www.youtube.com/sparkfun" target="_blank" rel="noreferrer noopener" aria-label="SparkFun on YouTube">
188188 <img src="img/social-youtube.svg" class="social-image" alt="SparkFun on YouTube" width="32" height="32" />
189189 </a>
190+ ` ,
191+ } ,
192+ {
193+ html : `
194+ <a href="https://www.github.com/sparkfun" target="_blank" rel="noreferrer noopener" aria-label="SparkFun on GitHub">
195+ <img src="img/social-github.svg" class="social-image" alt="SparkFun on GitHub" width="32" height="32" />
196+ </a>
197+ ` ,
198+ } ,
199+ {
200+ html : `
201+ <a href="https://www.instagram.com/sparkfun/" target="_blank" rel="noreferrer noopener" aria-label="SparkFun on Instagram">
202+ <img src="img/social-instagram.svg" class="social-image" alt="SparkFun on Instagram" width="32" height="32" />
203+ </a>
204+ ` ,
205+ } ,
206+ {
207+ html : `
208+ <a href="https://twitter.com/sparkfun" target="_blank" rel="noreferrer noopener" aria-label="SparkFun on Twitter">
209+ <img src="img/social-twitter.svg" class="social-image" alt="SparkFun on Twitter" width="32" height="32" />
210+ </a>
190211 ` ,
191212 }
192213 ] ,
You can’t perform that action at this time.
0 commit comments