You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2019/05/04 12:05:09 UTC

[whimsy] 02/02: Actually update subtitles

This is an automated email from the ASF dual-hosted git repository.

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit 078106c8f7f1364e0384e1faf965a14c5b4f4826
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Sat May 4 08:04:58 2019 -0400

    Actually update subtitles
---
 www/members/mentors.cgi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/members/mentors.cgi b/www/members/mentors.cgi
index 2c15074..eca438f 100755
--- a/www/members/mentors.cgi
+++ b/www/members/mentors.cgi
@@ -48,6 +48,8 @@ _html do
     notavailable, mentors = mentors.partition{ |k,v| v.has_key?(MentorFormat::NOTAVAILABLE)}.map(&:to_h)
     _whimsy_body(
       title: PAGETITLE,
+      subtitle: 'About This Mentoring Program',
+      relatedtitle: 'Other ASF Mentoring Links',
       related: {
         MentorFormat::MENTORS_SVN => 'See Raw Mentors Data',
         '/roster/members' => 'Whimsy All Members Roster',