Add published attribute to articles
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
f4be152ca6
commit
3f6385f109
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@
|
|||
<div class="text-block-2">{{author.full_name}}</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<p class="text-block-2" style="font-size: 16px;margin-bottom: 0;">
|
||||
<p class="text-block-2" style="font-size: 16px;margin: 0;">
|
||||
{{read_time}} minute read · Published: {{published}}
|
||||
</p>
|
||||
</div>
|
||||
|
@ -94,4 +94,4 @@
|
|||
<script src="{{base_url}}/js/code_copy.js" type="text/javascript"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue