Re-add articles to test webp conversion
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
bfb4e0e1f9
commit
3eef87e5c4
5 changed files with 101 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
<meta property="og:url" content="{{base_url}}/{{branch}}/{{id}}.html">
|
||||
<meta property="twitter:domain" content="{{domain}}">
|
||||
<meta property="twitter:url" content="{{base_url}}/{{branch}}/{{id}}.html">
|
||||
<meta property="article:published_time" content="{{published_date}}">
|
||||
<meta property="article:published_time" content="{{modified_date}}">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
|
@ -77,8 +77,8 @@
|
|||
<div class="text-block-2">{{author.full_name}}</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<p class="text-block-2" style="margin-left: 20px;margin-bottom: 20px;margin-top:20px;font-size: 16px">
|
||||
{{published}}
|
||||
<p class="text-block-2" style="margin-left: 20px;margin-bottom: 25px;margin-top:20px;font-size: 16px">
|
||||
{{read_time}} minute read · {{published}}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -94,4 +94,4 @@
|
|||
<script src="{{base_url}}/js/code_copy.js" type="text/javascript"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue