Skip to content

Commit 2de47b9

Browse files
Copilotcirosantilli
andcommitted
Add og:url meta tag to ourbigbook.liquid.html template
Co-authored-by: cirosantilli <[email protected]>
1 parent 3661aca commit 2de47b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ourbigbook.liquid.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<script type="application/ld+json">{"name":"Ciro Santilli","url":"https://cirosantilli.com"}</script>{% endif %}
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.1/css/all.min.css" integrity="sha512-9my9Mb2+0YO+I4PUCSwUYO7sEK21Y0STBAiFEYoWtd2VzLEZZ4QARDrZ30hdM1GlioHJ8o8cWQiy8IAb1hy/Hg==" crossorigin="anonymous" referrerpolicy="no-referrer">{% unless is_index_article %}
9-
<link rel="canonical" href="https://ourbigbook.com/cirosantilli/{{ toplevel_id }}">{% endunless %}
9+
<link rel="canonical" href="https://ourbigbook.com/cirosantilli/{{ toplevel_id }}">{% endunless %}{% if is_index_article %}
10+
<meta property="og:url" content="https://cirosantilli.com">{% else %}
11+
<meta property="og:url" content="https://ourbigbook.com/cirosantilli/{{ toplevel_id }}">{% endif %}
1012
<style>{{ style }}</style>
1113
<link rel="stylesheet" type="text/css" href="{{ raw_relpath }}/main.css">
1214
<link rel="shortcut icon" type="image/x-icon" href="{{ github_prefix }}/ID_photo_of_Ciro_Santilli_taken_in_2013_square_398.jpg">

0 commit comments

Comments
 (0)