mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 14:50:20 +00:00
Website: source code link per track — links to GitHub .py file
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -517,6 +517,7 @@ TRACKS.forEach((t, i) => {
|
||||
<div class="track-meta">${meta}</div>
|
||||
<div class="track-desc">${t.desc}</div>
|
||||
</div>
|
||||
<a class="track-dl" href="https://github.com/kennethreitz/interpretations/blob/main/tracks/${t.file.replace(/^\d+_/, '')}.py" title="View source" target="_blank" onclick="event.stopPropagation()"></></a>
|
||||
<a class="track-dl" href="mp3s/${t.file}.mp3" download title="Download MP3" onclick="event.stopPropagation()">↓</a>
|
||||
<span class="track-duration" id="dur-${i}">—</span>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user