
i'm keeping quite busy this month but it's important to look after your mental health
now you can link my art on discord or whatever and it will show up nice and big ^w^
here is the code i included in my header template to allow me to do this, using a hacky combination of "open graph protocol" and "twitter cards" because web dev is a nightmare:
{% if post.art %}
<meta property="og:image" content="/art/mids/{{ post.art[0] }}" />
<meta name="twitter:card" content="summary_large_image">
{% endif %}
this doesn't generate a preview for any art tagged "explicit" since those pages require a cookie in order to view, but if it's just nudity it's fine --
i draw a lot of explicit sex but i also draw a lot of casual nudity, and i draw the line around "explicit" in a way that doesn't include nudity due to my views on the human body. i'm allowed to do it like that because it's my website and i live in a jurisdiction where public nudity is legal.
america can make you feel insane for thinking this way, but nudity and kink and sexuality are three different things. my art might be interested in all three of those things, but i still want my audience to understand this without flattening the nuance.
EDIT: now there's a nice little preview for blog posts too. just the first paragraph or so. =q=