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

@ -18,6 +18,7 @@ paragraph
1. list
2. list
3. list
```
The benefit of using djot is that it compiles directly to HTML, thus the jorunalists who have joined Compute don't need to learn HTML to write articles. They also don't need to learn a clunky slow website editor like Wix or Squarespace.

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>