ldoc icon indicating copy to clipboard operation
ldoc copied to clipboard

Add Opton to Link to Favicon Image

Open AntumDeluge opened this issue 4 years ago • 0 comments

Adds option favicon that can be added to config to link to an image that browsers will display as each page's icon.

Example usage:

project = "minetest_mod"
title = "A Minetest Mod"
format = "markdown"
not_luadoc = true
boilerplate = false
wrap = false
style = true
favicon = "https://www.minetest.net/media/icon.svg"

AntumDeluge avatar Aug 01 '21 07:08 AntumDeluge