Oversight happy funtimes!
This commit is contained in:
parent
c1259ef503
commit
03e9ed5993
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue