File tree Expand file tree Collapse file tree 5 files changed +16
-6
lines changed
Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1818 </ div >
1919 </ div >
2020
21- < h1 class ="title " style ="text-align: center;font-weight: bold;color: #333;text-transform: uppercase;margin: 30px; ">
22- All Drupal tools
23- </ h1 >
21+ {% assign hero_title = page.hero_title | default: page.title | default: "All Drupal tools" %}
22+ {% unless page.hide_hero_title %}
23+ < h1 class ="title " style ="text-align: center;font-weight: bold;color: #333;text-transform: uppercase;margin: 30px; ">
24+ {{ hero_title }}
25+ </ h1 >
26+ {% endunless %}
2427
2528 < div class ="page-content ">
2629 < div class ="project-wrapper ">
Original file line number Diff line number Diff line change 1515 </ div >
1616
1717 < div class ="page-content ">
18- < h1 class ="title " style ="text-align: center;font-weight: bold;color: #333;text-transform: uppercase;margin: 0 0 30px; ">
19- Most popular Drupal tools
20- </ h1 >
18+ {% assign hero_title = page.hero_title | default: page.title | default: "Most popular Drupal tools" %}
19+ {% unless page.hide_hero_title %}
20+ < h1 class ="title " style ="text-align: center;font-weight: bold;color: #333;text-transform: uppercase;margin: 0 0 30px; ">
21+ {{ hero_title }}
22+ </ h1 >
23+ {% endunless %}
2124
2225 < div class ="project-wrapper ">
2326 {{ content }}
Original file line number Diff line number Diff line change 11---
22layout: default
3+ title: All Drupal tools
34---
45< div class ="project-tiles row ">
56 {% assign project_hashes = site.data.projects | sort %}
Original file line number Diff line number Diff line change 11---
22layout: default
3+ title: All Drupal tools (table view)
4+ hero_title: All Drupal tools
35---
46
57< div class ="home ">
Original file line number Diff line number Diff line change 11---
22layout: front
3+ title: Most popular Drupal tools
34---
45< div class ="project-tiles row ">
56 {% assign project_hashes = site.data.projects | sort %}
You can’t perform that action at this time.
0 commit comments