Skip to content

Commit e56bf89

Browse files
authored
Enhanced browsing: Added target='_blank' for certain section links (#171)
1 parent 302cf79 commit e56bf89

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

api/templates/index.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h2>What is this?</h2>
7171
<h2>How do I use it?</h2>
7272
<p>
7373
Check out the
74-
<a href="https://github.com/DenverCoder1/github-readme-youtube-cards#basic-usage">GitHub Readme</a>
74+
<a href="https://github.com/DenverCoder1/github-readme-youtube-cards#basic-usage" target=”_blank”>GitHub Readme</a>
7575
for instructions on how to set up the action and use the cards in your repo or profile page.
7676
</p>
7777
</div>
@@ -80,21 +80,21 @@ <h2>How do I use it?</h2>
8080
<h2>How do I customize it?</h2>
8181
<p>
8282
Check out the
83-
<a href="https://github.com/DenverCoder1/github-readme-youtube-cards#advanced-configuration">
83+
<a href="https://github.com/DenverCoder1/github-readme-youtube-cards#advanced-configuration"target=”_blank”>
8484
Advanced Configuration
8585
</a>
8686
section of the GitHub Readme for a list of input options you can use in addition to the
8787
<code>channel_id</code>.
8888
You can also check out the
89-
<a href="https://github.com/DenverCoder1/github-readme-youtube-cards/wiki">Wiki</a>
89+
<a href="https://github.com/DenverCoder1/github-readme-youtube-cards/wiki" target=”_blank”>Wiki</a>
9090
for more information on how to use specific features.
9191
</p>
9292
</div>
9393

9494
<div class="details example">
9595
<h2>What does it look like?</h2>
9696
<p>Here's an example of what the cards will look like in your README:</p>
97-
<a href="https://www.youtube.com/watch?v=6u9BrDaSHJc">
97+
<a href="https://www.youtube.com/watch?v=6u9BrDaSHJc" target=”_blank”>
9898
<picture>
9999
<source media="(prefers-color-scheme: dark)"
100100
srcset="/?id=6u9BrDaSHJc&title=Automatically+Deploy+to+Fly.io+with+GitHub+Actions&lang=en&timestamp=1661889604&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&width=250&border_radius=5&duration=312&max_title_lines=1">
@@ -103,7 +103,7 @@ <h2>What does it look like?</h2>
103103
title="Automatically Deploy to Fly.io with GitHub Actions">
104104
</picture>
105105
</a>
106-
<a href="https://www.youtube.com/watch?v=J7Fm7MdZn_E">
106+
<a href="https://www.youtube.com/watch?v=J7Fm7MdZn_E" target=”_blank”>
107107
<picture>
108108
<source media="(prefers-color-scheme: dark)"
109109
srcset="/?id=J7Fm7MdZn_E&title=Hosting+a+Python+Discord+Bot+for+Free+with+Fly.io&lang=en&timestamp=1661733947&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&width=250&border_radius=5&duration=403&max_title_lines=1">
@@ -112,7 +112,7 @@ <h2>What does it look like?</h2>
112112
title="Hosting a Python Discord Bot for Free with Fly.io">
113113
</picture>
114114
</a>
115-
<a href="https://www.youtube.com/watch?v=0p_eQGKFY3I">
115+
<a href="https://www.youtube.com/watch?v=0p_eQGKFY3I" target=”_blank”>
116116
<picture>
117117
<source media="(prefers-color-scheme: dark)"
118118
srcset="/?id=0p_eQGKFY3I&title=Making+a+Wordle+Clone+Discord+Bot+with+Python+%28Nextcord%29&lang=en&timestamp=1643925417&background_color=%230d1117&title_color=%23ffffff&stats_color=%23dedede&width=250&border_radius=5&duration=2115&max_title_lines=1">
@@ -127,7 +127,7 @@ <h2>What does it look like?</h2>
127127
<h2>How do I contribute?</h2>
128128
<p>
129129
Check out the
130-
<a href="https://github.com/DenverCoder1/github-readme-youtube-cards/blob/main/CONTRIBUTING.md">
130+
<a href="https://github.com/DenverCoder1/github-readme-youtube-cards/blob/main/CONTRIBUTING.md" target=”_blank”>
131131
Contributing Guide
132132
</a>
133133
for information on how to install dependencies, run the project, and contribute to the project.
@@ -165,4 +165,4 @@ <h2>How do I contribute?</h2>
165165
</a>
166166
</body>
167167

168-
</html>
168+
</html>

0 commit comments

Comments
 (0)