Skip to content

Commit

Permalink
Fix data sources documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Sep 12, 2024
1 parent f40f4f3 commit bd131de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/layouts/shortcodes/sources.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<tr>
{{ $id := index $r 0 }}
{{ $name := index $r 1 }}
{{ $website := index $r 6 }}
{{ $website := index $r 7 }}
{{ $domain := (urls.Parse $website).Host }}
{{ $monitor_website := index $r 8 }}
{{ $monitor_website := index $r 9 }}
{{ $monitor_name := replace (lower $id) "_" "-" }}
<td><img src="https://www.google.com/s2/favicons?domain={{ $domain }}" /><code>{{ $id }}</code></td>
<td><a href="{{ $website }}">{{ $name }}</a></td>
Expand Down

0 comments on commit bd131de

Please sign in to comment.