File: last_modified_at_with_format.html

package info (click to toggle)
ruby-jekyll-last-modified-at 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: ruby: 346; makefile: 4; sh: 3
file content (10 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<html>
  <head>
    <title>last-modified-at-with-format</title>
  </head>
  <body>
    <span class="last-modified-at">Article last updated on {% last_modified_at %Y:%B:%A:%d %}</span>

    {{ content }}
  </body>
</html>