Skip to content

Commit

Permalink
fix: update last updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromake committed Jan 3, 2024
1 parent 907a84e commit c02082b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ <h1><a class="main-menu-link" href="https://github.com/zeromake/learnopengl-exam
<li> written in C, compiled to WebAssembly </li>
<li> shader dialect GLSL v450, cross-compiled to GLSL v300es (WebGL2) </li>
<li> uses <a href="https://github.com/floooh/sokol">Sokol libraries</a> for cross platform support </li>
<li> last updated: 2024-01-03 05时54分03秒 +00:00 </i>
<li> last updated: 2024-01-03 05:58:57 +00:00 </i>
</ul>
</section>

Expand Down
2 changes: 1 addition & 1 deletion webpage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ for _, chapter in ipairs(items) do
content = content..'<hr>\n'
end

indexContent = indexContent:gsub('$%{samples%}', content):gsub('$%{date%}', os.date('!%Y-%m-%d %X +00:00', os.time()))
indexContent = indexContent:gsub('$%{samples%}', content):gsub('$%{date%}', os.date('!%Y-%m-%d %H:%M:%S +00:00', os.time()))
io.writefile("docs/index.html", indexContent)

for _, asset in ipairs(assets) do
Expand Down

0 comments on commit c02082b

Please sign in to comment.