Skip to content

Commit dcbef41

Browse files
committed
Add comments to custom templates to indicate their intended usage
1 parent ce905bf commit dcbef41

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

custom-modern-corporate-sponsorship-program.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{!-- This template is used to render the precise layout of /corporate-sponsorship --}}
12
{{!< default}}
23
{{#post}}
34
<div id="modern">

custom-modern-open-source.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{!-- This template is used to render the precise layout of /open-source --}}
12
{{!< default}}
23
{{#post}}
34
<div id="modern">

custom-modern-railsconf.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{!-- This template is used to render form at the bottom of the post /news/make-railsconf-happen/ --}}
12
{{!< default}}
23
{{#post}}
34
<div id="modern">

0 commit comments

Comments
 (0)