diff --git a/nerochan/static/images/email.svg b/nerochan/static/images/email.svg new file mode 100644 index 0000000..3505800 --- /dev/null +++ b/nerochan/static/images/email.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + diff --git a/nerochan/static/images/reddit.svg b/nerochan/static/images/reddit.svg new file mode 100644 index 0000000..8bc6c0b --- /dev/null +++ b/nerochan/static/images/reddit.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/nerochan/static/images/twitter.svg b/nerochan/static/images/twitter.svg new file mode 100644 index 0000000..bb15f08 --- /dev/null +++ b/nerochan/static/images/twitter.svg @@ -0,0 +1,48 @@ + + + + + + + + diff --git a/nerochan/static/images/website.svg b/nerochan/static/images/website.svg new file mode 100644 index 0000000..f0dca40 --- /dev/null +++ b/nerochan/static/images/website.svg @@ -0,0 +1,15 @@ + + + + diff --git a/nerochan/templates/user/show.html b/nerochan/templates/user/show.html index 943d744..5304ea0 100644 --- a/nerochan/templates/user/show.html +++ b/nerochan/templates/user/show.html @@ -17,14 +17,15 @@


+
{% if user.website %} -

site

+

{% endif %} {% if user.twitter_handle %} -

twitter

+

{% endif %} {% if user.email %} -

email

+

{% endif %} {% if user.bio %}

{{ user.bio }}