pre refactor
This commit is contained in:
@@ -3,7 +3,7 @@ local std = require("core.std")
|
||||
local M = {}
|
||||
M.__index = M
|
||||
|
||||
function M.site_builder(header, footer)
|
||||
function M.fes(header, footer)
|
||||
local config = {}
|
||||
local site_config = {}
|
||||
|
||||
@@ -119,6 +119,7 @@ a:hover{text-decoration:underline}
|
||||
.muted{color:#9aa6b1}
|
||||
|
||||
.lead{font-size:15px;margin-top:8px}
|
||||
.callout{display:block;margin:10px 0}
|
||||
.small{font-size:13px;color:#9aa6b1;margin-top:6px}
|
||||
.highlight{font-weight:700;color:#cde7ff}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user