aashnajena commented on a change in pull request #195: [CAMEL 14581] 
Re-organizing sub-menus under "Projects" tab on the main-menu
URL: https://github.com/apache/camel-website/pull/195#discussion_r398494222
 
 

 ##########
 File path: layouts/projects/projects.html
 ##########
 @@ -0,0 +1,14 @@
+{{ partial "header.html" . }}
 
 Review comment:
   I don't think `_default/section.html` template is being used anywhere. Can I 
change the section.html file as shown below? That works, I tried, and the 
template is very basic - so I don't think it should hurt. The current 
section.html template is pretty redundant.
   
   I want to change section.html from
   ```
   {{ partial "header.html" . }}
           {{ .Content }}
   {{ partial "footer.html" . }}
   
   ```
   TO : 
   ```
   {{ partial "header.html" . }}
       <article class="static doc">
           <h1>{{ .Title }} </h1>
           {{ .Content }}
       </article>
   {{ partial "footer.html" . }}
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to