File: post.html

package info (click to toggle)
jakarta-cdi-api 4.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,216 kB
  • sloc: java: 4,779; xml: 1,041; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: default
---
<h1>{{ page.title }}</h1>

<p>
  {{ page.date | date_to_string }}
  {% assign author = site.authors | where: 'short_name', page.author | first %}
  {% if author %}
  - <a href="{{ site.baseurl }}/authors/{{ author.short_name }}.html">{{ author.name }}</a>
  {% endif %}
</p>

{{ content }}