File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+ /**
3
+ * The template used for displaying pages
4
+ *
5
+ * the_content() pulls in data from GitHub repositories
6
+ * All content is managed by repositories at: https://github.com/jquery
7
+ */
8
+ ?>
9
+
10
+ <?php the_content (); ?>
11
+ <?php $ column_count = is_front_page () ? "six " : "eight " ; ?>
12
+ <aside class="github-feedback <?php echo $ column_count ; ?> columns">
13
+ <h3>Suggestions, Problems, Feedback?</h3>
14
+ <a class="button dark" href="<?php echo jq_get_github_url (); ?> "><i class="icon-github"></i> Open an Issue or Submit a Pull Request on GitHub</a>
15
+ </aside>
Original file line number Diff line number Diff line change 18
18
border : 1px solid # ccc ;
19
19
border-radius : 5px ;
20
20
}
21
+
22
+ .github-feedback {
23
+ margin-top : 1.5em ;
24
+ }
25
+
26
+ .icon-github {
27
+ color : # FFF ;
28
+ }
You can’t perform that action at this time.
0 commit comments