Oversight happy funtimes!

This commit is contained in:
flash 2018-04-06 23:57:05 +02:00
parent c1259ef503
commit 03e9ed5993

View file

@ -4,7 +4,7 @@
{% set icon = '/profile.php?u=' ~ profile.user_id ~ '&m=avatar' %} {% set icon = '/profile.php?u=' ~ profile.user_id ~ '&m=avatar' %}
{% set title = 'Profile of ' ~ profile.username %} {% set title = 'Profile of ' ~ profile.username %}
{% set youtube_is_channel_id = profile.user_youtube|slice(0, 2) == 'UC' and profile.youtube|length == 24 %} {% set youtube_is_channel_id = profile.user_youtube|slice(0, 2) == 'UC' and profile.user_youtube|length == 24 %}
{% set profile_fields = { {% set profile_fields = {
"twitter": { "twitter": {