Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarchie committed Nov 26, 2024
1 parent 0f4427f commit 989065f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,16 @@ embrace a more straightforward approach to building your website.
- **Feeds**: Outputs RSS, Atom, and Sitemap feeds based on the content.

```html
<link rel="alternate" type="application/rss+xml" href="https://example.com/rss.xml" />
<link rel="alternate" type="application/atom+xml" href="https://example.com/atom.xml" />
<link
rel="alternate"
type="application/rss+xml"
href="https://example.com/rss.xml"
/>
<link
rel="alternate"
type="application/atom+xml"
href="https://example.com/atom.xml"
/>
```

- **GitHub Flavored Markdown**: Write markdown the GitHub way.
Expand Down

0 comments on commit 989065f

Please sign in to comment.