summaryrefslogtreecommitdiffstats
path: root/hugolib/node.go
AgeCommit message (Expand)Author
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
2015-11-23Change the license to Apache 2.0Steve Francia
2015-11-23Permalink on Node and Page should be of stringKato Kazuyoshi
2015-10-12Add Param(key) to Node and PageBjørn Erik Pedersen
2015-07-30Remove deprecated fields and methods for v0.15Anthony Fok
2015-07-14Allow page.HasMenuCurrent() and node.HasMenuCurrent() to proceed with multi-l...Valere JEANTET
2015-05-28Add IsHomebep
2015-05-23Prevent cyclic ref crash in JSON encodebep
2015-05-15Add Lastmod fieldJuan B. Rodriguez
2015-05-09Fix IsMenuCurrent for SectionPagesMenubep
2015-05-08IsMenuCurrent now resolving correctly when baseUrl is not at the root pathDanny Sung
2015-04-21pagination: export pager to make Golint happybep
2015-03-18Add UrlPath to the deprecated listbep
2015-03-18More initialism corrections (golint)Anthony Fok
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-01-31Add writable context to Nodebep
2015-01-26Add pagination support for home page, sections and taxonomiesbep
2015-01-23Fix RelPermalink() and Urls in menus vs canonifyUrlsbep
2015-01-19Use an init() method to create the HugoInfo instancebep
2015-01-19Make sure there are only one HugoInfo instancebep
2015-01-19Fix HugoInfo initbep
2015-01-19Added top level .Hugo variable with version, commit and generator information...Derek Perkins
2014-12-18Provide (relative) reference funcs & shortcodes.Austin Ziegler
2014-12-11Revert "Make Urls in menus respect CanonifyUrls"bep
2014-12-10Make Urls in menus respect CanonifyUrlsbep
2014-11-01Implement HasMenuCurrent and IsMenuCurrent for Nodesbep
2014-08-19Adding IsNode & IsPage functions to Page & Nodespf13
2014-05-28SiteInfo is now a pointer on the Nodespf13
2014-05-14Fixing issue when two menu items have the same name.spf13
2014-05-09Add base Sitemap supportVincent Batoufflet
2014-04-23new menus system including active link & nestingspf13
2014-04-08Adding Params to node for easy template access of page.params without throwin...spf13
2014-01-29gofmt all go codeTibor Vass
2014-01-18fixed #171. RSSlink is now RSSLink (and matches existing docs).spf13
2013-10-09simplified buildSite & better error handling around itspf13
2013-10-08Refactor layout selection codeNoah Campbell
2013-09-20Section is determined by the source, not the urlNoah Campbell
2013-09-03Code reorg, helpers.go has been decomposed.Noah Campbell
2013-09-03Remove hugolib.HTML and hugolib.URL typesNoah Campbell
2013-09-01Abstract html/template dependencyFabrizio (Misto) Milo
2013-08-23Removing GetSectionNoah Campbell
2013-08-14Further work on path/section stuff. Tests passing now.spf13
2013-08-13Now support for nested paths. Better section detection.spf13
2013-07-04adding hugospf13