{% if webmention.content %}
{{ webmention.content }}
{% else %}
{{ webmention.title }}
{% endif %}
Some of javascript shortcuts below here:
var is_touch_device = 'ontouchstart' in document.documentElement;
function isTouchDevice() {
var el = document.createElement('div');
el.setAttribute('ongesturestart', 'return;');
return typeof el.ongesturestart === "function";
}
Comments powered by Talkyard.