Skip to content

Commit

Permalink
Update html template
Browse files Browse the repository at this point in the history
  • Loading branch information
snorwin committed Dec 29, 2023
1 parent 4a46053 commit 4c66751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
git add index.html
git commit -m "Udpate index.html"
git commit -m "Update index.html"
- uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion _index.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
</li>
{{end}}
</ul>
</section>
<p>
<time datetime="{{ .Generated.Format "2006-01-02T15:04:05" }}" pubdate id="generated">{{ .Generated.Format "Mon Jan 2 2006 03:04:05PM MST-07:00" }}</time>
</p>
</section>
</body>
</html>

0 comments on commit 4c66751

Please sign in to comment.