Skip to content

Commit 253012d

Browse files
committed
Show url when hover
1 parent 48d6364 commit 253012d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/webstack.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<div class="row">
114114
{{ range .Sites }}
115115
<div class="col-sm-3">
116-
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('{{ .URL }}', '_blank')" data-toggle="tooltip" data-placement="bottom" title="{{ .Name }}" data-original-title="{{ .URL }}">
116+
<div class="xe-widget xe-conversations box2 label-info" onclick="window.open('{{ .URL }}', '_blank')" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="{{ .URL }}">
117117
<div class="xe-comment-entry">
118118
<a class="xe-user-img">
119119
<img data-src="{{ icon .URL }}" class="lozad img-circle" width="40">

0 commit comments

Comments
 (0)