classic-jekyll-theme 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +23 -0
  3. data/README.md +99 -0
  4. data/_includes/disqus_comments.html +25 -0
  5. data/_includes/footer.html +5 -0
  6. data/_includes/google-analytics.html +11 -0
  7. data/_includes/head.html +26 -0
  8. data/_includes/navbanner.html +149 -0
  9. data/_includes/secondary-column.html +12 -0
  10. data/_includes/tertiary-column.html +4 -0
  11. data/_includes/widgets/browser-info.html +13 -0
  12. data/_includes/widgets/cookie-consent.html +7 -0
  13. data/_includes/widgets/recent-posts.html +8 -0
  14. data/_includes/widgets/social-media-res/icon-github.html +1 -0
  15. data/_includes/widgets/social-media-res/icon-github.svg +1 -0
  16. data/_includes/widgets/social-media-res/icon-twitter.html +1 -0
  17. data/_includes/widgets/social-media-res/icon-twitter.svg +1 -0
  18. data/_includes/widgets/social-media.html +9 -0
  19. data/_includes/widgets/subscribe.html +4 -0
  20. data/_layouts/category-page.html +55 -0
  21. data/_layouts/default.html +60 -0
  22. data/_layouts/home.html +21 -0
  23. data/_layouts/page.html +18 -0
  24. data/_layouts/post.html +18 -0
  25. data/_sass/classic-jekyll-theme.scss +115 -0
  26. data/_sass/classic/_base.scss +176 -0
  27. data/_sass/classic/_formatting.scss +189 -0
  28. data/_sass/classic/_layout.scss +306 -0
  29. data/_sass/classic/_page.scss +12 -0
  30. data/_sass/classic/_post.scss +10 -0
  31. data/_sass/classic/_syntax-highlighting.scss +71 -0
  32. data/assets/img/medium-left.png +0 -0
  33. data/assets/img/medium-right.png +0 -0
  34. data/assets/img/narrow.png +0 -0
  35. data/assets/img/screenshot-half.png +0 -0
  36. data/assets/img/wide.png +0 -0
  37. data/assets/js/cookieconsent.min.js +1 -0
  38. data/assets/main.scss +9 -0
  39. metadata +39 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6752c4d3f45eb1a5fb7ce9958e780c6c30021b9d
4
- data.tar.gz: a9e4403afbe2c3df8e8d841e1208b79ef9f27770
3
+ metadata.gz: 5e68d643d4627eb70265180c0b5fc32b0bf5ac5e
4
+ data.tar.gz: 96afeb5bfe7386eb05b9eb12d47c954937378134
5
5
  SHA512:
6
- metadata.gz: 05114e14c7fc856326e91b31b4e045f62459af9f0d2018a243a20111b8001998f6a09cf839fc9e6dc60df74f5b71863a04c86cf854a17377061da2c1c9aab8d2
7
- data.tar.gz: 0545bac9b9a11e02280db44fe5f6c4b8e5b14a81ea8e04733df9932f5f4c37aa2abb7da4ec15abc3ff23e4061834b406847e2d78aa0b47a6c1ba655ac1493695
6
+ metadata.gz: e7a389c28f619d43a16904d48c10d44615873d377aaeda1a61eea64a67c79347654f0c31833cb606e5fdaf5c136fabc1fe77d6a0d73b6c9b1307912d3bde4f4e
7
+ data.tar.gz: abd8d448bce6e7112be0f296429e7060ff035071e632cc5769d0a04830a8d70b3dbc6071b85273383f588eef8e965c1e66abebeba9706b1ffbd077cd0012f21b
data/LICENSE.txt ADDED
@@ -0,0 +1,23 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Rien van der Lugt
4
+
5
+ For the cookie warning: Copyright (c) 2015 Silktide Ltd
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in
15
+ all copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,99 @@
1
+ # classic-jekyll-theme
2
+
3
+ Welcome to Classic-Jekyll-Theme. This theme centers around one of the most used website structures on the web. A banner, navigation menu, (up to) three columns and a footer. The design is fully responsive for three different screen widths: wide, medium and narrow. It is probably best shown in an example:
4
+
5
+ Wide:
6
+
7
+ ![wide-layout](assets/img/wide.png)
8
+
9
+ Medium:
10
+
11
+ ![medium-left-layout](assets/img/medium-left.png)
12
+
13
+ Narrow:
14
+
15
+ ![narrow-layout](assets/img/narrow.png)
16
+
17
+ The columns are called Primary (blue), Secondary (grey) and Tertiary (pink). In the above layouts the secondary column is on the left side. If it had been on the right side, the medium layout would have looked like this:
18
+
19
+ ![medium-right-layout](assets/img/medium-right.png)
20
+
21
+ The menu bar (in yellow) is always deployed in the wide layout. In the medium and narrow layout the menu bar is shown in the deployed state. When not deployed, a menu-item symbol is shown in the banner that switches the menu between deployed and not.
22
+
23
+ An example screenshot:
24
+
25
+ ![example](assets/img/screenshot-half.png)
26
+
27
+ The navigation bar is created automatically from the available pages when they have the proper YAML frontmatter. The navigation bar contains the top level menu items, while the submenu items show up as a drop-down menu when the cursor hovers over the corresponding menu item.
28
+
29
+ Category pages are created semi-automatically; the web designer has to identify the categories for inclusion, but the menu entry and category pages are created automatically.
30
+
31
+ For european users a cookies policy is included by default. It can be easily disabled for non-european websites though.
32
+
33
+ ## Installation
34
+
35
+ Add this line to your Jekyll site's Gemfile:
36
+
37
+ ```ruby
38
+ gem "classic-jekyll-theme"
39
+ ```
40
+
41
+ And add this line to your Jekyll site's `_config.yml`:
42
+
43
+ ```yaml
44
+ theme: classic-jekyll-theme
45
+ ```
46
+
47
+ And then execute:
48
+
49
+ $ bundle
50
+
51
+ Or install it yourself as:
52
+
53
+ $ gem install classic-jekyll-theme
54
+
55
+ ## Usage
56
+
57
+ The theme is configured in `_config.yml` and `_sass/classic-jekyll-theme.scss`.
58
+
59
+ ### _config.yml
60
+
61
+ The following values are configurable:
62
+
63
+ - secondary_column:
64
+
65
+ Controls the placing of the secondary column on either the `left` side, the `right` side or `none` at all.
66
+
67
+ When the secondary column is present its contents is taken from the file: `_includes/secondary-column.html`
68
+
69
+ - tertiary_column:
70
+
71
+ Controls the presence of the tertiary column, either `present` or `none`.
72
+
73
+ When the tertiary column is present its contents is taken from the file: `_includes/tertiary-column.html`
74
+
75
+ - number-of-posts-on-home-page:
76
+
77
+ By default set to 5, thus 5 posts will be shown in full on the home page.
78
+
79
+ - number-of-recent-posts-in-widget:
80
+
81
+ The number of posts (titles) that will appear in the "Recent" widget.
82
+
83
+ - enable-cookies-policy:
84
+
85
+ `yes` to enable the cookies warning, `no` to disable. This is the cookies warning from [Silktide](http://silktide.com/cookieconsent) distributed under the MIT license.
86
+
87
+
88
+ ### _sass/classic-jekyll-theme.scss
89
+
90
+ The default `main.scss` file has been emptied. Hence all CSS configuration is done in the theme sass file.
91
+
92
+ ## Feedback
93
+
94
+ Comments, bug reports, feature requests and improvements are eagerly anticipated via email: rien@balancingrock.nl.
95
+
96
+ ## License
97
+
98
+ The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
99
+
@@ -0,0 +1,25 @@
1
+ {% if page.comments != false and jekyll.environment == "production" %}
2
+ {% if site.url %}
3
+ {% assign disqus_url = page.url | prepend: site.url %}
4
+ {% elsif site.github.url %}
5
+ {% assign disqus_url = page.url | prepend: site.github.url %}
6
+ {% endif %}
7
+
8
+ <div id="disqus_thread"></div>
9
+ <script>
10
+ var disqus_config = function () {
11
+ this.page.url = '{{ disqus_url }}';
12
+ this.page.identifier = '{{ disqus_url }}';
13
+ };
14
+
15
+ (function() {
16
+ var d = document, s = d.createElement('script');
17
+
18
+ s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
19
+
20
+ s.setAttribute('data-timestamp', +new Date());
21
+ (d.head || d.body).appendChild(s);
22
+ })();
23
+ </script>
24
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
25
+ {% endif %}
@@ -0,0 +1,5 @@
1
+ <footer>
2
+ <div>
3
+ <p>{{ site.description | escape }}</p>
4
+ </div>
5
+ </footer>
@@ -0,0 +1,11 @@
1
+ <script>
2
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
4
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
5
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
6
+
7
+ ga('create', '{{ site.google_analytics }}', 'auto');
8
+ ga('send', 'pageview');
9
+
10
+ </script>
11
+
@@ -0,0 +1,26 @@
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
+
6
+ <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
7
+ <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
8
+
9
+ <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
10
+ <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
11
+ <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
12
+
13
+ <!-- Include google analytics for production build and if necessary -->
14
+ {% if jekyll.environment == 'production' and site.google_analytics %}
15
+ {% include google-analytics.html %}
16
+ {% endif %}
17
+
18
+ <!-- Include cookie consent for production build when enabled -->
19
+ {% if jekyll.environment == 'production' %}
20
+ {% if site.enable-cookies-policy %}
21
+ {% include widgets/cookie-consent.html %}
22
+ {% endif %}
23
+ {% endif %}
24
+
25
+ </head>
26
+
@@ -0,0 +1,149 @@
1
+ <!-- Title of the site is always visible -->
2
+ <div class="navbanner-title">
3
+ <p>{{ site.title }}</p>
4
+ </div>
5
+
6
+ <!-- The menu symbol will only be shown on narrow and medium layout -->
7
+ <div class="navbanner-label">
8
+ <label for="menu-checkbox"><p><!-- empty but necessary! --></p></label>
9
+ </div>
10
+ <input type="checkbox" id="menu-checkbox">
11
+
12
+ <!-- Separator between banner and navigation bar. Visibility depends on screen width. -->
13
+ <div class="nav-top-divider"></div>
14
+
15
+ <!-- Navigation bar visibility depends on screen width. -->
16
+ <nav class="navbanner-menu">
17
+
18
+ <!-- The site navigation menu. Note that there is only one level of sub-menu items -->
19
+ <!-- Create a list of the necessary submenu's -->
20
+
21
+ {% assign submenus = "" | split: "" %}
22
+ {% assign sortedPages = site.pages | sort: 'menuIndex' %}
23
+ {% for ape in sortedPages %}
24
+ {% if ape.menuInclude %}
25
+ {% if ape.subMenuFrom %}
26
+ {% assign item-found = false %}
27
+ {% for menu-item in submenus %}
28
+ {% if menu-item == ape.subMenuFrom %}
29
+ {% assign item-found = true %}
30
+ {% endif %}
31
+ {% endfor %}
32
+ {% if item-found == false %}
33
+ {% assign submenus = submenus | push: ape.subMenuFrom %}
34
+ {% endif %}
35
+ {% else %}
36
+ {% assign item-found = false %}
37
+ {% for menu-item in submenus %}
38
+ {% if menu-item == ape.menuTitle %}
39
+ {% assign item-found = true %}
40
+ {% endif %}
41
+ {% endfor %}
42
+ {% if item-found == false %}
43
+ {% assign submenus = submenus | push: ape.menuTitle %}
44
+ {% endif %}
45
+ {% endif %}
46
+ {% endif %}
47
+ {% endfor %}
48
+
49
+ <!-- Using the above list, create the menu and submenu's -->
50
+ <ul>
51
+
52
+ <!-- Home page -->
53
+ <li>
54
+ <div class="menu-item">
55
+ <div class="menu-item-symbol"></div>
56
+ <div class="menu-item-title"><a href="/"><p>Home</p></a></div>
57
+ </div>
58
+ </li>
59
+
60
+ <!-- Page menus -->
61
+ {% assign sortedSubMenus = submenus %}
62
+ {% for submenu in sortedSubMenus %}
63
+ <li>
64
+ <input type="checkbox" id="{{ submenu | append:'-checkbox'}}">
65
+ <label for="{{ submenu | append:'-checkbox'}}">
66
+ <div class="menu-item-separator"><p><!-- empty but necessary --></p></div>
67
+ <div class="menu-item">
68
+ <div class="menu-item-symbol">
69
+ {% for subpage in site.pages %}
70
+ {% if subpage.subMenuFrom == submenu %}
71
+ <p><!-- will be filled by disclosure indicator --></p>
72
+ {% break %}
73
+ {% endif %}
74
+ {% endfor %}
75
+ </div>
76
+ <div class="menu-item-title">
77
+ {% assign foundTitlePage = false %}
78
+ {% for titlepage in site.pages %}
79
+ {% if titlepage.menuInclude %}
80
+ {% if titlepage.menuTitle == submenu %}
81
+ {% if titlepage.subMenuFrom == nil %}
82
+ <a href="{{ titlepage.url }}"><p>{{ submenu }}</p></a>
83
+ {% assign foundTitlePage = true %}
84
+ {% break %}
85
+ {% endif %}
86
+ {% endif %}
87
+ {% endif %}
88
+ {% endfor %}
89
+ {% if foundTitlePage == false %}
90
+ <p>{{ submenu }}</p>
91
+ {% endif %}
92
+ </div>
93
+ </div>
94
+ </label>
95
+ <ul>
96
+ {% assign sortedPages = site.pages | sort: 'menuIndex' %}
97
+ {% for ape in sortedPages %}
98
+ {% if ape.menuInclude %}
99
+ {% if ape.subMenuFrom == submenu %}
100
+ <li>
101
+ <div class="menu-subitem">
102
+ <div class="menu-subitem-symbol"></div>
103
+ <div class="menu-subitem-title">
104
+ <a href="{{ ape.url }}"><p>{{ ape.menuTitle }}</p></a>
105
+ </div>
106
+ </div>
107
+ </li>
108
+ {% endif %}
109
+ {% endif %}
110
+ {% endfor %}
111
+ </ul>
112
+ </li>
113
+ {% endfor %}
114
+
115
+ <!-- Categories menu -->
116
+ <li>
117
+ <input type="checkbox" id="category-checkbox">
118
+ <label for="category-checkbox">
119
+ <div class="menu-item-separator"><p><!-- empty but necessary --></p></div>
120
+ <div class="menu-item">
121
+ <div class="menu-item-symbol">
122
+ <p><!-- empty but necessary! --></p>
123
+ </div>
124
+ <div class="menu-item-title">
125
+ <p>Categories</p>
126
+ </div>
127
+ </div>
128
+ </label>
129
+ <ul>
130
+ {% for ape in site.pages %}
131
+ {% if ape.layout == 'category-page' %}
132
+ <li>
133
+ <div class="menu-subitem">
134
+ <div class="menu-subitem-symbol"></div>
135
+ <div class="menu-subitem-title">
136
+ <a href="{{ ape.url }}"><p>{{ ape.title | capitalize }}</p></a>
137
+ </div>
138
+ </div>
139
+ </li>
140
+ {% endif %}
141
+ {% endfor %}
142
+ </ul>
143
+ </li>
144
+
145
+ </ul>
146
+ </nav>
147
+
148
+ <!-- Separator between navigation bar and column panel. Visibility depends on screen width. -->
149
+ <div class="nav-bottom-divider"></div>
@@ -0,0 +1,12 @@
1
+ <!-- This widget divider will only show up in the narrow layout -->
2
+ <div class="secondary-widget-divider"></div>
3
+
4
+ <div class="widget">{% include widgets/recent-posts.html %}</div>
5
+
6
+ <div class="widget-divider"></div>
7
+
8
+ <div class="widget">{% include widgets/social-media.html %}</div>
9
+
10
+ <div class="widget-divider"></div>
11
+
12
+ <div class="widget">{% include widgets/subscribe.html %}</div>
@@ -0,0 +1,4 @@
1
+ <!-- This widget divider will only show up when the tertiary column content is merged into the secondary column-->
2
+ <div class="tertiary-widget-divider"></div>
3
+
4
+ <div class="widget">{% include widgets/browser-info.html %}</div>
@@ -0,0 +1,13 @@
1
+ <div class="browser-info">
2
+ <h1>Browser information:</h1>
3
+ <p>This website uses CSS3 & HTML5. It is recommended to use a modern browser with at least the following version number:</p>
4
+ <ul>
5
+ <li>Chrome 29.0</li>
6
+ <li>Edge 12.0</li>
7
+ <li>Explorer 11.0</li>
8
+ <li>Firefox 28.0</li>
9
+ <li>Safari 9.0</li>
10
+ <li>Opera 17.0</li>
11
+ </ul>
12
+ <p>Problems? please <a href="/pages/contact/contact.html">contact</a> me.</p>
13
+ </div>
@@ -0,0 +1,7 @@
1
+ <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
2
+ <script type="text/javascript">
3
+ window.cookieconsent_options = {"message":"This site uses cookies","dismiss":"OK","learnMore":"More info","link":"/pages/cookie-consent/cookie-consent.html","theme":"dark-top"};
4
+ </script>
5
+
6
+ <script type="text/javascript" src="/assets/js/cookieconsent.min.js"></script>
7
+ <!-- End Cookie Consent plugin -->
@@ -0,0 +1,8 @@
1
+ <div>
2
+ <h1>Recent:</h1>
3
+ {% for post in site.posts %}
4
+ {% if for.index > site.number-of-recent-posts-in-widget %}{% break %}{% endif %}
5
+ <p><a href="{{ post.url }}">{% if post.date %}{{ post.date | date: "%F" }}{% endif %} {{ post.title }}</a></p>
6
+ {% endfor %}
7
+ </div>
8
+
@@ -0,0 +1 @@
1
+ <a href="https://github.com/{{ include.username }}"><span class="icon icon--github">{% include widgets/social-media-res/icon-github.svg %}</span><span class="username">{{ include.username }}</span></a>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 16 16" width="16px" height="16px"><path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/></svg>
@@ -0,0 +1 @@
1
+ <a href="https://twitter.com/{{ include.username }}"><span class="icon icon--twitter">{% include widgets/social-media-res/icon-twitter.svg %}</span><span class="username">{{ include.username }}</span></a>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 16 16" width="16px" height="16px"><path fill="#828282" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"/></svg>
@@ -0,0 +1,9 @@
1
+ <div>
2
+ <h1>Social media & Resources:</h1>
3
+ {% if site.github_username %}
4
+ <div>{% include widgets/social-media-res/icon-github.html username=site.github_username %}</div>
5
+ {% endif %}
6
+ {% if site.twitter_username %}
7
+ <div>{% include widgets/social-media-res/icon-twitter.html username=site.twitter_username %}</div>
8
+ {% endif %}
9
+ </div>
@@ -0,0 +1,4 @@
1
+ <div>
2
+ <h1>Subscribe:</h1>
3
+ <p class="rss-subscribe"><a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>
4
+ </div>