~adnano/kiln-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH v3] Update site params to a nested map

Details
Message ID
<20220304230852.1033871-1-samthedevil.sp@gmail.com>
DKIM signature
pass
Download raw message
Patch: +6 -6
---
 site.go | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/site.go b/site.go
index c5d5d1d..bbb31dd 100644
--- a/site.go
+++ b/site.go
@@ -13,12 +13,12 @@ import (

// Site represents a site.
type Site struct {
	Title      string            `toml:"title"`
	Tasks      []*Task           `toml:"tasks"`
	Params     map[string]string `toml:"params"`
	Permalinks map[string]string `toml:"permalinks"`
	Generated  time.Time         `toml:"-"`
	Root       *Page             `toml:"-"`
	Title      string                 `toml:"title"`
	Tasks      []*Task                `toml:"tasks"`
	Params     map[string]interface{} `toml:"params"`
	Permalinks map[string]string      `toml:"permalinks"`
	Generated  time.Time              `toml:"-"`
	Root       *Page                  `toml:"-"`
	permalinks map[string]*template.Template
	templates  Templates
}
-- 
2.25.1
Details
Message ID
<CIC5EG22WTW0.KXBW1J30X57X@nitro>
In-Reply-To
<20220304230852.1033871-1-samthedevil.sp@gmail.com> (view parent)
DKIM signature
fail
Download raw message
DKIM signature: fail
Thanks!

To git@git.sr.ht:~adnano/kiln
   de04e0e..3e1683e  master -> master
Reply to thread Export thread (mbox)