Add breadcrumb navigation
All checks were successful
Deploy to Server / deploy (push) Successful in 20s
All checks were successful
Deploy to Server / deploy (push) Successful in 20s
This commit is contained in:
parent
ef00b4c020
commit
428f49879d
28 changed files with 350 additions and 416 deletions
|
|
@ -6,9 +6,7 @@
|
|||
<main>
|
||||
<h1>YouTube channels with rewards.</h1>
|
||||
<p>
|
||||
<a href="https://support.google.com/youtube/answer/9024948?hl=en&co=GENIE.Platform%3DAndroid"
|
||||
rel="noopener"
|
||||
target="_blank">YouTube Help Center</a> has the following channels listed where you can earn rewards:
|
||||
<a href="https://support.google.com/youtube/answer/9024948?hl=en&co=GENIE.Platform%3DAndroid">YouTube Help Center</a> has the following channels listed where you can earn rewards:
|
||||
</p>
|
||||
<table>
|
||||
<thead>
|
||||
|
|
@ -22,7 +20,7 @@
|
|||
{% for item in group.channels %}
|
||||
<tr>
|
||||
<td>
|
||||
<a href="{{ item.url }}" rel="noopener" target="_blank">{{ item.channel }}</a>
|
||||
<a href="{{ item.url }}">{{ item.channel }}</a>
|
||||
</td>
|
||||
<td>{{ group.organization }}</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue