Provide option to disable gravatars.
[catagits/Gitalist.git] / root / inc / gravatar.tt2
diff --git a/root/inc/gravatar.tt2 b/root/inc/gravatar.tt2
new file mode 100644 (file)
index 0000000..973f7e7
--- /dev/null
@@ -0,0 +1 @@
+[% UNLESS c.config.no_gravatars %]<img src="[% uri_for_gravatar(email, 21) %]" class="gravatar">[% END -%]