mirror of
https://github.com/tiyn/amphora-wiki.git
synced 2026-02-22 04:44:48 +01:00
initial commit
This commit is contained in:
10
src/content.py
Normal file
10
src/content.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import datetime
|
||||
from datetime import datetime
|
||||
import markdown
|
||||
import os
|
||||
from os import path
|
||||
import pathlib
|
||||
|
||||
import config
|
||||
|
||||
ENTRY_DIR = 'templates/entry'
|
||||
Reference in New Issue
Block a user