Fix open graph
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-04-07 19:15:17 -04:00
parent 6aadc28487
commit 907a38a470
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
2 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@
<meta property="og:article:modified_time" content="{{modified_og}}">
{% for author in authors %}
<meta property="og:article:author:first_name" content="{{ author.full_name | split(pat=' ') | nth(n=0) }}">
<meta property="og:article:author:first_name" content="{{ author.full_name | split(pat=' ') | nth(n=1) }}">
<meta property="og:article:author:last_name" content="{{ author.full_name | split(pat=' ') | nth(n=1) }}">
<meta property="og:article:author:username" content="{{author.username}}">
{% endfor %}
<meta content="width=device-width, initial-scale=1" name="viewport">
@ -68,4 +68,4 @@
<script src="/js/webflow.js" type="text/javascript"></script>
</body>
</html>
</html>