Skip to content

Commit 318abcc

Browse files
committed
Merge branch 'main' of https://github.com/UM-ARM-Lab/lucca
2 parents 8296ea7 + bd454ef commit 318abcc

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

content/card.jpg

268 KB
Loading

templates/macros/seo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% macro seo(page) %}
22
{% set url = get_url(path = page.path, trailing_slash = true) %}
3-
{% set card_file = page.extra.card | default(value = 'card.png') %}
3+
{% set card_file = page.extra.card | default(value = 'card.jpg') %}
44
{% set card = get_url(path = page.path ~ card_file) %}
55
<meta property="og:title" content="{{ page.title }}">
66
<meta name="author" content="{{ page.extra.authors | map(attribute = 'name') | join(sep = ', ') }}">

0 commit comments

Comments
 (0)