mirror of
https://github.com/maxboeck/webring
synced 2025-02-16 17:58:23 +00:00
link map nodes to member sites
This commit is contained in:
parent
f187a7ca3c
commit
fd957fe7ea
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<circle cx="{{ w/2 }}" cy="{{ h/2 }}" r="{{ ri }}" class="map__center"></circle>
|
||||
{% endif %}
|
||||
{% for node in nodes %}
|
||||
<circle r="10" cx="{{ node.x }}" cy="{{ node.y }}" class="map__node"></circle>
|
||||
<a href="{{ node.url }}"><circle r="10" cx="{{ node.x }}" cy="{{ node.y }}" class="map__node"></circle></a>
|
||||
<text x="{{ node.x }}" y="{{ node.y - 15 }}" text-anchor="middle" class="map__tooltip">{{ node.title }}</text>
|
||||
{% endfor %}
|
||||
</svg>
|
||||
|
|
Loading…
Add table
Reference in a new issue