We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d6364 commit 253012dCopy full SHA for 253012d
templates/webstack.tmpl
@@ -113,7 +113,7 @@
113
<div class="row">
114
{{ range .Sites }}
115
<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 }}">
+ <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 }}">
117
<div class="xe-comment-entry">
118
<a class="xe-user-img">
119
<img data-src="{{ icon .URL }}" class="lozad img-circle" width="40">
0 commit comments