scicloj / clay

A tiny Clojure tool for dynamic workflow of data visualization and literate programming
https://scicloj.github.io/clay/
Eclipse Public License 1.0
120 stars 10 forks source link

The title for rendered index.html is a full path #21

Closed timothypratley closed 1 year ago

timothypratley commented 1 year ago

See https://scicloj.github.io/clay/

<title>/Users/timothypratley/git/clay/notebooks/index.clj</title>

The HTML page "title" is set to the full path, which isn't ideal. I'm not sure what would be better, maybe the namespace?

daslu commented 1 year ago

@timothypratley thanks!

daslu commented 1 year ago

fixed in version 2-alpha29