{% if contact_info.enabled == 1 %}
{% if contact_info.qq %} {% set link_url = 'https://wpa.qq.com/msgrd?v=3&uin=%s&site=qq&menu=yes'|format(contact_info.qq) %} {% endif %} {% if contact_info.wechat %} {% endif %} {% if contact_info.toutiao %} {% endif %} {% if contact_info.weibo %} {% set link_url = 'https://weibo.com/u/%s'|format(contact_info.weibo) %} {% endif %} {% if contact_info.zhihu %} {% set link_url = 'https://www.zhihu.com/people/%s'|format(contact_info.zhihu) %} {% endif %} {% if contact_info.email %} {% set link_url = 'mailto:%s'|format(contact_info.email) %} {% endif %} {% if contact_info.phone %} {% endif %} {% if contact_info.address %} {% set link_url = 'https://map.baidu.com/search/%s?querytype=s&wd=%s'|format(contact_info.address,contact_info.address) %} {% endif %}
{% endif %}