Skip to content

Commit

Permalink
Update configuration-items.md
Browse files Browse the repository at this point in the history
  • Loading branch information
newbold committed Jan 20, 2023
1 parent 7f79c1c commit 6d47b6e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion weblog/configuration-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Let’s take a look at each of the specific configuration items in your weblog.
<td>The content that will be populated in the entry field in the omg.lol weblog UI when you create a new post.</td>
<td>
<pre>
<code><<[---
<code class="htmlentities"><<[---
Date: $date
---

Expand All @@ -149,5 +149,18 @@ Recent posts format: <<[
</td>
</tr>

<tr>
<td>Post list format</td>
<td>The format of the list of posts generated by the <code>{%post-list}</code> tag.</td>
<td>
<pre>
<code class="htmlentities"><<[
<ul>
[post:begin]<li><a href="$location">$title</a></li>[post:end]
</ul>]>></code>
</pre>
</td>
</tr>

</tbody>
</table>

0 comments on commit 6d47b6e

Please sign in to comment.