added func to write prefix
This commit is contained in:
parent
440562df8b
commit
5c05bedb71
@ -12,6 +12,12 @@ CSS_PREFIX :: "<head><link rel=\"stylesheet\" href=\"./css/style.css\">\n"
|
||||
MASTODON_PREFIX :: "<a rel=me href=https://linuxrocks.online/@simonkellet></a>\n"
|
||||
|
||||
|
||||
write_prefixs_to_html_file :: proc(file: ^os.File) {
|
||||
os.write_string(file, UTF8_PREFIX)
|
||||
os.write_string(file, CSS_PREFIX)
|
||||
os.write_string(file, MASTODON_PREFIX)
|
||||
}
|
||||
|
||||
walk_tree_and_get_md_names :: proc(
|
||||
path: string,
|
||||
allocator := context.allocator,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user