Fix social text

This commit is contained in:
Tom 2025-06-11 13:20:38 +02:00
parent a04970fb12
commit 11fb58790b
2 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,7 @@
New blog post: {{ page.title }} - {{page.excerpt}} New blog post: {{ page.title }} - {{page.excerpt}}
{% endcapture %} {% endcapture %}
<div class="e-bridgy-mastodon-content hidden"> <div class="e-bridgy-mastodon-content hidden">
{{ page.social_text | default_mastodon_text }} {{ page.social_text | default: default_mastodon_text }}
<img src = "{{ page.social_image }}" <img src = "{{ page.social_image }}"
class = "u-featured" class = "u-featured"
alt="{{page.alt | xml_escape }}"> alt="{{page.alt | xml_escape }}">

View File

@ -9,6 +9,8 @@ mathjax: false
# Project Ideas # Project Ideas
* add bot blocking https://blog.cloudflare.com/declaring-your-aindependence-block-ai-bots-scrapers-and-crawlers-with-a-single-click/
* Add stylised toon shading to the outline renderer. Ie take the dot product between the light direction and the normal direction, soft threshold it and then use either a shadow colour or a highlight colour. * Add stylised toon shading to the outline renderer. Ie take the dot product between the light direction and the normal direction, soft threshold it and then use either a shadow colour or a highlight colour.
* Take on board some ideas from https://plainvanillaweb.com/index.html * Take on board some ideas from https://plainvanillaweb.com/index.html