mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
Use tab size of 4 in content-info
This commit is contained in:
parent
a054677e7d
commit
0ae71e3794
|
@ -12,7 +12,7 @@
|
|||
{{ if .Params.Changelog }}
|
||||
<div id="changelog">
|
||||
<h2> Changelog</h2>
|
||||
<ul class="changelog-time">
|
||||
<ul>
|
||||
{{ range $i, $e := .Params.Changelog }}
|
||||
<li>
|
||||
{{ time $i | time.Format "2006-01-02" }}:
|
||||
|
|
Loading…
Reference in a new issue