Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added "enableMacrosInPages". Core has a newer version of TclSSG using that key instead of "expandMacrosInPages". Keeping both, for backward compatibility. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
202de78b3fdb6bfd49085ebca6de6c2f |
User & Date: | aku 2016-11-21 01:03:40.865 |
Original Comment: | Added enableMacrosInPages. Core has newer version of TclSSG using that key instead of expandMacrosInPages. Keeping both. |
Context
2016-11-21
| ||
01:11 | Add lots of ext-markers. check-in: c315ff4436 user: aku tags: trunk | |
01:03 | Added "enableMacrosInPages". Core has a newer version of TclSSG using that key instead of "expandMacrosInPages". Keeping both, for backward compatibility. check-in: 202de78b3f user: aku tags: trunk | |
00:54 | Fix typo in conferences check-in: 2fb149f5ca user: aku tags: trunk | |
Changes
Changes to input/website.conf.
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | tagFeeds 0 } sitemap { enable 1 } expandMacrosInPages 1 pageSettings { pagePrelude { <% interp-source shortcuts.tcl ; interp-source img.tcl %> } favicon images/favicon.png navbarBrand { <div class="pull-left"> | > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | tagFeeds 0 } sitemap { enable 1 } expandMacrosInPages 1 enableMacrosInPages 1 pageSettings { pagePrelude { <% interp-source shortcuts.tcl ; interp-source img.tcl %> } favicon images/favicon.png navbarBrand { <div class="pull-left"> |
︙ | ︙ |