Skip to content

Commit

Permalink
Cookbook: refer to Linton, and remove a related FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Nov 23, 2024
1 parent f752915 commit 0a03106
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cookbook.nancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ document shows examples of its use.

## Generating a web site <a name="website-example"></a>

*Note: the techniques used here, and more, are bundled into a convenient
tool that builds on Nancy, called
[Linton](https://rrthomas.github.io/linton).*

Suppose a web site has the following page design:

![from top to bottom: logo, breadcrumb trail, navigation menu, page body](website.svg)
Expand Down Expand Up @@ -86,8 +90,6 @@ The site is built by running Nancy on the `sources` directory:
nancy sources site
```

[FIXME]: # (Explain how to serve the web site dynamically.)

## Adding a date to a template using a program <a name="date-example"></a>

Given a simple page template, a datestamp can be added by using the `date`
Expand Down

0 comments on commit 0a03106

Please sign in to comment.