#4042: post.html

site/_layouts/post.html

Path: site/_layouts/post.html · Type: Jekyll layout

Purpose: Jekyll layout template. Defines the HTML structure for pages using layout: post in their front matter. Part of the layout inheritance chain: this file → default.html → HTML output.

Source: GitHub

42 lines · 31 code · 1 comments · 10 blank
CommitDateMessage
ac75fabf32021-08-10Github pages migrated to Asciidoc (site Jekyll setup)

What it does

Jekyll layout template. Defines the HTML structure for pages using layout: post in their front matter. Part of the layout inheritance chain: this file → default.html → HTML output. Referenced by pages via their layout: front matter. The layout inheritance chain ensures consistent HTML structure across all pages using this layout.

Key takeaways