This commit is contained in:
parent
6aadc28487
commit
907a38a470
2 changed files with 3 additions and 2 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue