We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ebf48 commit 8dc59f0Copy full SHA for 8dc59f0
1 file changed
src/components/Footer.astro
@@ -74,6 +74,19 @@ try {
74
</svg>
75
</a>
76
77
+ <!-- Icona Dati -->
78
+ <a
79
+ href="https://raw.githubusercontent.com/ondata/referendum_iniziative_popolari/refs/heads/main/data/source.jsonl"
80
+ target="_blank"
81
+ rel="noopener noreferrer"
82
+ class="text-gray-400 hover:text-blue-500 transition-colors duration-200"
83
+ aria-label="Scarica dati (JSONL)"
84
+ >
85
+ <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
86
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 10v6m0 0l-3-3m3 3l3-3m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path>
87
+ </svg>
88
+ </a>
89
+
90
<!-- Icona RSS -->
91
<a
92
href={createPath('/rss.xml')}
0 commit comments