This commit is contained in:
parent
6aadc28487
commit
907a38a470
2 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,7 @@ paragraph
|
||||||
|
|
||||||
1. list
|
1. list
|
||||||
2. 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.
|
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.
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<meta property="og:article:modified_time" content="{{modified_og}}">
|
<meta property="og:article:modified_time" content="{{modified_og}}">
|
||||||
{% for author in authors %}
|
{% 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=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}}">
|
<meta property="og:article:author:username" content="{{author.username}}">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
|
|
Loading…
Reference in a new issue