File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ a word that may be translated to [illustriousness](https://m.interglot.com/en/es
16
16
17
17
A key design aspect of Alteza is writing little scripts and executing such code to generate your website. Your static
18
18
site can contain arbitrary Python that is executed at the time of site generation. [ PyPage] ( https://github.com/arjun-menon/pypage ) ,
19
- in particular, makes it seamless to include actual Python code inside page templates. (This of
20
- course means that you must run Alteza with trusted code, or in an isolated container.)
19
+ in particular, makes it seamless to include actual Python code inside page templates. (This of course means that you
20
+ must run Alteza with trusted code, or in an isolated container. For example, in a [ GitHub action ] ( #github-action ) –see instructions below .)
21
21
22
22
## User Guide
23
23
You can’t perform that action at this time.
0 commit comments