-
Notifications
You must be signed in to change notification settings - Fork 2.4k
present: add footer template #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This commit add the possibily to define a footer template using two lines in the header section. The footer line is a pipe (|) list of three segments that can be used to add a footer for each slide. The justifications are left, center, and right. Use [#] to denote the slide number and .image to add an image. The footer omit line is a comma-separated list of slide numbers that can be used to turn off the footer for a specific slide.
|
This PR (HEAD: c0a3c29) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/#/c/tools/+/107515 to see it. Tip: You can toggle comments from me using the |
|
Message from Brad Fitzpatrick: Patch Set 1: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/107515. |
|
This PR (HEAD: aa8d80a) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/107515 to see it. Tip: You can toggle comments from me using the |
|
Message from Luca Corbo: Patch Set 2: (3 comments)
Please don’t reply on this GitHub thread. Visit golang.org/cl/107515. |
88641d9 to
db1ebf7
Compare
8185551 to
dc03839
Compare
* commit '8620e51f9a0fb0f6367660fd6b6f0d12a107b315': fix search header + 1 bug playground favicon fix playground title use new icon update previewer README
|
Message from Brad Fitzpatrick: Patch Set 1: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/107515. |
|
Message from Luca Corbo: Patch Set 2: (3 comments)
Please don’t reply on this GitHub thread. Visit golang.org/cl/107515. |
This commit add the possibily to define a footer template using two lines in the header section.
The footer line is a pipe (|) list of three segments that can be used to add a footer
for each slide. The justifications are left, center, and right.
Use [#] to denote the slide number and .image to add an image.
The footer omit line is a comma-separated list of slide numbers that can be used
to turn off the footer for a specific slide.
Fixes golang/go#20946