Add rich social sharing support
Deploy production / deploy (push) Successful in 22s

This commit is contained in:
2026-08-22 20:29:40 -07:00
parent feff0577ad
commit 1d9dd212bf
8 changed files with 277 additions and 4 deletions
+3
View File
@@ -1,5 +1,7 @@
{% extends "base.html" %}
{% from "macros/tag-links.html" import tag_links, taxonomy_labels with context %}
{% from "macros/social-sharing.html" import social_metadata, share_controls with context %}
{% block social_head %}{{ social_metadata(this, 'SoftwareSourceCode', 'website') }}{% endblock %}
{% block body %}
{% set devlog = site.get(this.path ~ '/devlog') %}
<article class="project-page">
@@ -70,6 +72,7 @@
</div>
</dl>
</aside>
{{ share_controls(this, 'project') }}
</div>
{% if this.technology_labels %}