tangled
alpha
login
or
join now
ericwood.org
/
photos-site
1
fork
atom
A little app to serve my photography from my personal website
1
fork
atom
overview
issues
pulls
pipelines
attempt to get big card
ericwood.org
3 months ago
1687930d
0043c3c4
+3
1 changed file
expand all
collapse all
unified
split
templates
layout.jinja
+3
templates/layout.jinja
···
6
6
<meta name="description" content="{{ meta_description|default("Eric, online") }}">
7
7
{% if meta_image is defined %}
8
8
<meta property="og:image" content="{{ meta_image }}">
9
9
+
<meta name="twitter:card" content="summary_large_image">
10
10
+
<meta name="twitter:image:src" content="{{ meta_image }}">
11
11
+
<meta property="og:image:height" content="500">
9
12
{% endif %}
10
13
<meta property="og:type" content="website">
11
14
<link rel="stylesheet" href="/photos/assets/fonts/inter/inter.css">