Skip to content

Commit 21ef41d

Browse files
committed
Previews
1 parent 9315aff commit 21ef41d

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

_includes/head.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,15 @@
1616
<meta name="twitter:site" content="@{{site.twitter_handler}}" />
1717
{% endif %}
1818
<meta property="og:url" content="{{page.url | prepend: site.baseurl | prepend: site.url}}" />
19-
20-
<meta property="og:image" content="" />
21-
<meta name="twitter:image" content="http://blog.joss.theoj.org/social-card.png" />
19+
<meta property="og:type" content="{% if page.layout == 'post' %}article{% else %}website{% endif %}" />
20+
<meta property="og:site_name" content="{{ site.name | escape }}" />
21+
22+
{% assign social_image = page.image | default: '/social-card.png' %}
23+
<meta property="og:image" content="{{ social_image | prepend: site.baseurl | prepend: site.url }}" />
24+
<meta property="og:image:width" content="1200" />
25+
<meta property="og:image:height" content="630" />
26+
<meta property="og:image:alt" content="{% if page.title %}{{ page.title | escape }}{% else %}{{ site.name | escape }}{% endif %}" />
27+
<meta name="twitter:image" content="{{ social_image | prepend: site.baseurl | prepend: site.url }}" />
2228

2329
<meta name="author" content="{{site.name}}" />
2430

_posts/2026-05-05-call-for-editor-in-chief.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: post
33
date: 2026-05-05 00:00
44
title: "JOSS is seeking a new Editor-in-Chief"
5+
description: "After a decade of building and running JOSS, our founding Editor-in-Chief is stepping down. We're seeking a new EiC to lead editorial direction for the Journal of Open Source Software."
56
category:
67
- announcements
78
---

0 commit comments

Comments
 (0)