classic-jekyll-theme 1.9.1 → 1.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +23 -303
  3. data/_layouts/default.html +6 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e349d97787e87baf0b215a400ad409efa670ac2f
4
- data.tar.gz: d082daa61cc7af8e2a02a06336157d8f1820fef8
3
+ metadata.gz: 4740375dbd332a0c6cebc64ba6593e7c36a59b54
4
+ data.tar.gz: 2456e1de193797b1c8a1a34a5615de22dff7bc96
5
5
  SHA512:
6
- metadata.gz: 5376facb95de295d71cc5fd5b17a671eb4749a6c6c9cef305f37e0c668eff0893ed6f1c0fc30fd2190c1a09f78d2946e90246b000ff4aceb34b3a1a6cda4b211
7
- data.tar.gz: 390eb699e81f43f5d820e412180b52e6dea0257b59e3021f25915073a6fe8805fc8c172b1fe1068195bc8eec7cad2bf03e33e83486c350653b08552e8f69504c
6
+ metadata.gz: '086689359df8d7486b7b58eb7b1000c87e6ba9f82f90a4fcd73dc48bfe2cbc06127a93fc90ca89d039415f1c5b04177734faee84e3f270479dead4c5bc5ac71e'
7
+ data.tar.gz: 91748fe02212d80a9679085b608c38f969375366541d8486213c87af85b2dcaf418f4977f5cbf4ca9c6c5390367ce916b2b862029bc5c64d09b8ab27fe838712
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Classic-Jekyll-Theme v1.9.1
1
+ # Classic-Jekyll-Theme v1.9.2
2
2
 
3
3
  Welcome to Classic-Jekyll-Theme. This theme centers around one of the most used website structures on the web. A banner, navigation menu (dropdown), (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
4
 
@@ -56,9 +56,9 @@ Other features:
56
56
 
57
57
  - __Enable/disable banner__ The banner at the top of the page can be disabled.
58
58
 
59
- - __Move banner/menu to main column__ The banner & navigation can be moved to within the main column only. The secondary and tertiary columns will ten run right up to the top of the screen.
59
+ - __Move banner/menu to main column__ The banner & navigation can be moved to within the main column only. The secondary and tertiary columns will then run right up to the top of the screen.
60
60
 
61
- - __Split files for the menu's__ It is possible to generate the menu file separate from the content file. While this may slow down the loading of the site a little, it is a huge speed up for site generation under Jekyll.
61
+ - __Split files for the menus__ It is possible to generate the menu file separate from the content file. While this may slow down the loading of the site a little, it is a huge speed up for site generation under Jekyll.
62
62
 
63
63
  You can download it from [github](https://github.com/Balancingrock/classic-jekyll-theme) or install it with [rubygems](https://rubygems.org/gems/classic-jekyll-theme).
64
64
 
@@ -72,7 +72,7 @@ Suggested donation for commercial sites is the price of a good meal: $20
72
72
 
73
73
  ## Installation & setup
74
74
 
75
- On MacOS the gems are located in: `Library/Ruby/Gems/<version>/gems/classic-jekyll-theme-<version>`. Replace the version's with the appropriate numbers (note: these are two different unrelated version numbers). These pages not only contain examples, but also some information about using the theme. Some of the steps below need the path to the gem, so make sure you know it.
75
+ On MacOS the gems are located in: `Library/Ruby/Gems/<version>/gems/classic-jekyll-theme-<version>`. Replace the versions with the appropriate numbers (note: these are two different unrelated version numbers). These pages not only contain examples, but also some information about using the theme. Some of the steps below need the path to the gem, so make sure you know it (do 'bundle show classic-jekyll-theme').
76
76
 
77
77
  Install the theme:
78
78
 
@@ -90,7 +90,7 @@ Change in the Gemfile:
90
90
 
91
91
  From `gem "minima", "~> 2.0"` to `gem "classic-jekyll-theme"`
92
92
 
93
- Change in the _config.yml:
93
+ Change in the `_config.yml`:
94
94
 
95
95
  From `theme: minima` to `theme: classic-jekyll-theme`
96
96
  Add `jekyll-data` to the gems.
@@ -147,7 +147,7 @@ The following values are configurable:
147
147
  The number of posts (titles) that will appear in the "Recent" widget.
148
148
 
149
149
  - enable-cookies-policy:
150
-
150
+
151
151
  `yes` to enable the cookies warning, `no` to disable. The cookies warning is from [Silktide](http://silktide.com/cookieconsent), distributed under the MIT license.
152
152
 
153
153
  - navbanner-position:
@@ -194,7 +194,7 @@ Some of the text elements in the theme can be translated with the following defi
194
194
 
195
195
  ## Recommendation
196
196
 
197
- Typically you will need to copy some files from the gem iteself to the project (web site) directory. The most common files are:
197
+ Typically you will need to copy some files from the gem itself to the project (web site) directory. The most common files are:
198
198
 
199
199
  - `_sass/classic-jekyll-theme.scss` for configuration.
200
200
  - `_sass/classic/_normalize-override.scss` if site wide updates must be made to `_normalize.scss`.
@@ -204,7 +204,7 @@ Typically you will need to copy some files from the gem iteself to the project (
204
204
  - `_includes/tertiary-column.html` for the tertiary column contents.
205
205
  - `navbanner.md` for the navigation bar menu. This is mandatory if the `useSeparateNavBanner` setting is used, optional when not. Hence its easier to always copy this file.
206
206
 
207
- These files can be found in the gem directory. On macOS this directory is located at: `Library/Ruby/Gems/<version>/gems/classic-jekyll-theme-<version>`. When you copy these files, make sure they are in the same relative directory as in the gem itself.
207
+ These files can be found in the gem directory. Try the command `bundle show classic-jekyll-theme` to see where the theme is located. When you copy these files, make sure they are in the same relative directory as in the gem itself.
208
208
 
209
209
  Besides the above mentioned files you should avoid making changes to the files provided in the gem. The more changes you make, the more difficult it will become to upgrade. Instead of changing a file, include a new file that contains the stuff you want and include that file.
210
210
 
@@ -243,17 +243,17 @@ To create a page that must be included in the menu bar, add the following front
243
243
 
244
244
  - menuInclude: Set to "yes" to consider this page for a navigation bar menu item.
245
245
  - menuLink: Set to 'no' to disable a link creation from the navigation bar to this page. However the menu title or subtitle will be included. This allows the ordering of menu items that do not have an associated page. The default behaviour assumes 'yes'. So not including this tag will create a link. Note: This allows ordering of top level menu items. For submenu items this probably only makes sense if some kind of "divider" must be shown. Otherwise showing a submenu item without a link will probably confuse users.
246
- - menuTopTitle: The title of the menu item in the navigation bar. When used in conjunction with a menuSubTitle, this will be the title of the menu item to which this submenu item will be added in the drop down menu.
246
+ - menuTopTitle: The title of the menu item in the navigation bar. When used in conjunction with a menuSubTitle, this will be the title of the menu item to which this submenu item will be added in the drop down menu.
247
247
  - menuTopIndex: The place of the title within the menu bar. Lower numbers will be to the left of higher numbers. Be aware that the "Home" menu item will always be first and the "Categories" will always be last.
248
248
  - menuSubTitle: The title of the submenu item in the drop down menu.
249
249
  - menuSubIndex: The place of the submenu item within the dropdown menu. Lower numbers will go above higher numbers. This theme only sorts on menuIndex numbers, not on other properties.
250
250
 
251
- For a consistent user experience in the narrow layout, it is recommened not to link pages to top level menu items if these menu items have a drop-down submenu.
251
+ For a consistent user experience in the narrow layout, it is recommended not to link pages to top level menu items if these menu items have a drop-down submenu.
252
252
 
253
- ##Creating pages with custom second and tertiary columns
253
+ ## Creating pages with custom second and tertiary columns
254
254
 
255
255
  There are 4 YAML tags that control the custom placement and content of the secondary and tertiary columns:
256
-
256
+
257
257
  ---
258
258
  ...
259
259
  secondary-column: <'left'|'right'|'none'>
@@ -264,7 +264,7 @@ There are 4 YAML tags that control the custom placement and content of the secon
264
264
 
265
265
  These YAML variables can be used to override the default settings and provide custom content for the columns.
266
266
 
267
- Notice that these settings take effect by their presence. Example: if a `secondary-column` YAML variable is present, it will prevent the global setting in the _data/seup.yml fro taking any effect.
267
+ Notice that these settings take effect by their presence. Example: if a `secondary-column` YAML variable is present, it will prevent the global setting in the `_data/setup.yml` from having any effect.
268
268
 
269
269
  ## Specifying html header description meta tag content for pages
270
270
 
@@ -279,117 +279,12 @@ Note that the "excerpt_separator" does *not* work on pages, only posts.
279
279
 
280
280
  ## Editing the secondary and tertiary columns
281
281
 
282
- The prime column is populated by the 'normal' pages and posts. The secondary and tertairy columns have a fixed content that is created by directly editing the `_include/secondary-column.html` and `_include/tertiary-column.html`. These files must be copied from the gem dictionary to the directory with the jekyll files for the website at the path `_include`.
282
+ The prime column is populated by the 'normal' pages and posts. The secondary and tertiary columns have a fixed content that is created by directly editing the `_include/secondary-column.html` and `_include/tertiary-column.html`. These files must be copied from the gem dictionary to the directory with the jekyll files for the website at the path `_include`.
283
283
 
284
284
  Documentation for the widgets is included in the widget files themselves. The are located in the gem directory at `_includes/widgets/`.
285
285
 
286
286
  ## History
287
287
 
288
- Release 0.2.6
289
-
290
- - Inital version (before this I was only getting acquainted with the gem-publishing mechanism)
291
-
292
- Release 1.0.0
293
-
294
- - Fixed a problem with navigation menu generation. (Insufficient control over menu item placement)
295
-
296
- Release 1.0.1
297
-
298
- - Fixed some info in this readme file and in the example pages.
299
-
300
- Release 1.1.0
301
-
302
- - Added language customization for default theme elements in the `_config.yml` file
303
-
304
- Release 1.1.1
305
-
306
- - Added clarification to upgrade information.
307
-
308
- Release 1.2.0
309
-
310
- - Added facilities for background images.
311
- - Added option for an icon on the top-left side of the site.
312
- - Fixed a problem where the tertiary column divider was not removed for medium layout.
313
-
314
- Release 1.2.1
315
-
316
- - Fixed problem with Icon placement.
317
-
318
- Release 1.2.2
319
-
320
- - Fixed problem with site title shifting when a background was used.
321
- - Now allows absolute fixing of banner height.
322
-
323
- Release 1.2.3
324
-
325
- - Faster generation of site
326
- - Menu item 'Categories' will only be included if categorie pages are requested by the designer.
327
- - Categories pages submenu is now alphabetical.
328
-
329
- Release 1.3.0
330
-
331
- - Removed theme specific configuration from the `_config.yml` file into `_data/setup.yml` and `_data/text-for.yml`.
332
-
333
- Release 1.3.1
334
-
335
- - Quick fix for problem introduced in 1.3.0
336
-
337
- Release 1.3.2
338
-
339
- - Update of this README file.
340
-
341
- Release 1.3.3
342
-
343
- - Added the `jekyll-data` gem to simplify initial configuration/setup.
344
-
345
- Release 1.4.0
346
-
347
- - Added `youtube-player` widget.
348
- - Improved placement control of the site icon
349
-
350
- Release 1.4.1
351
-
352
- - Added `_support.scss` with commonly used layout stuff for articles/posts like:
353
- - Centered text
354
- - Centered image
355
- - Floating images
356
- - Floating text boxes
357
-
358
- To be used in the markdown files as class definitions. Example is given in `_support.scss`
359
-
360
- Release 1.5.0
361
-
362
- - Fixed a problem where the menu button (medium and narrow layouts) was not usable in some browsers
363
- - Fixed a problem with the menu generation where additional, but empty, submenu items could be created
364
- - Rebased the CSS system to `normalized.css` (as `_sass/classic/_normalize.scss`). Though Jekyll 3.3.1 has made this update as well (for base.scss) it is now no longer necessary to wait for Jekyll releases to adopt the latest `normalize.css`. This can now be done manually by simply renaming & replacing the latest `normalize.css` to `_sass/classic/_normalize.scss` in the gem. (Note a link to the source is also found in the `_normalize.scss` file itself)
365
- - Fixed the missing banner height setting.
366
-
367
- Release 1.5.1
368
-
369
- - Removed some non-ascii characters in the comments of `_sass/classic-jekyll-theme`.
370
-
371
- Release 1.5.2
372
-
373
- - Added excerpt for pages. YAML only, no support for excerpts generated from the main content.
374
-
375
- Release 1.6.0
376
-
377
- - Added max width settings for CSS components _image-centered_ (80%), _image-float-center_ (40%), _image-float-right_ (50%) and _image-float-left_ (50%). These settings were updated in the file _/\_sass/classic/\_support.scss_
378
-
379
- - Added support for content blocks. The new include and support definitions make it easy to create a 'blocked' layout. Whole or partially. To see the example, download the theme from github and run it with "bundle exec jekyll serve". Then select the menu item "Other -> Content blocks". Or visit [http://balancingrock.nl](http://balancingrock.nl) which uses this theme and has the blocked layout on the home page.
380
-
381
- Release 1.7.0
382
-
383
- - Added support for custom column settings & content on a page by page basis.
384
-
385
- Release 1.7.1
386
-
387
- - Fixed a problem in the `_includes/widgets/recent-posts.html`.
388
-
389
- Release 1.7.2
390
-
391
- - Fixed a bug in the blocked-layout.
392
-
393
288
  Release 1.8.0
394
289
 
395
290
  - Allow banner area to be removed.
@@ -417,192 +312,13 @@ Release 1.9.1
417
312
 
418
313
  - Bugfix: Added navbanner.md to the gemspec (file was missing)
419
314
 
420
- ## Upgrade information
421
-
422
- ### from 0.2.6 to 1.0.0
423
-
424
- #### Page creation
425
-
426
- The page creation YAML matter has changed. The old tags did not give full control over the menu buildup, the new tags do.
427
-
428
- Old: menuInclude
429
- New: menuInclude
430
-
431
- No changes, works as before.<br><br>
432
-
433
- Old: -
434
- New: menuLink true|false
435
-
436
- A new option that controls if a menu title has a link to a page. The default value is 'true' so when this tag is not included, a link to the page will be created. If set to 'false', then the menu item will show up in the specified place, but will not be linked to a page. Use this to order menu items that have a drop-down menu but do not have a page by itself.<br><br>
437
-
438
- Old: menuTitle
439
- New: menuTopTitle
440
- New: menuSubTitle
315
+ Release 1.9.2
441
316
 
442
- Specifies the string to be used for the menu item.<br><br>
317
+ - Bugfix: David Crossley fixed a bug where the filename of the column content was not properly used.
318
+ - Removed pre v1.8.0 notes and update instructions to shorten the readme.
443
319
 
444
- Old: subMenuFrom
445
- New: menuTopTitle
446
-
447
- Specifies the menu item from which this is a submenu item.<br><br>
448
-
449
- Old: menuIndex
450
- New: menuTopIndex
451
- New: menuSubIndex
452
-
453
- The index for a menu item. If not present, the menu ordering is undetermined. If only a part of the pages have this item then the menu items of the pages that do not have this item specified will be included first. If multiple specifications exist, then the highest number overrides the lower numbers. Like before, a lower number goes to the left -or on top- of the higher number.
454
-
455
- ### from 1.0.0 (and later) to 1.1.1
456
-
457
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
458
-
459
- ### from 1.1.1 to 1.2.0
460
-
461
- - If changes were made to `_sass/classic-jekyll-theme.scss` then this file must be replaced with the new version that comes with this release and the changes must be re-applied. Note that background color setting has changed slightly.
462
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
463
-
464
- ### from 1.2.0 to 1.2.1
465
-
466
- - Replace the 'initial' values in `_sass/classic-jekyll-theme.scss` for the backgrounds with 'none'.
467
- - The icon size (width and height) values are no longer used and can be removed.
468
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
469
-
470
- ### from 1.2.1 to 1.2.2
471
-
472
- - The banner height settings in `_sass/classic-jekyll-theme.scss` are no longer "minimum" specifications but absolute specifications and therefore have been renamed from `<layout-size>-minimum-banner-height` to `<layout-size>-banner-height`.
473
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
474
-
475
- ### from 1.2.2 to 1.2.3
476
-
477
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
478
-
479
- ### from 1.2.3 to 1.3.0
480
-
481
- - Copy the `_data` directory from the gem to the website directory as per installation instructions in this document.
482
- - Remove the classic-jekyll-theme configurations from the `_config.yml` file, and reapply any changes made to either `_data/setup.yml` and/or `_data/text-for.yml` as required.
483
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
484
-
485
- ### from 1.3.0 to 1.3.2
486
-
487
- - If not done yet, copy the `_data` directory from the gem to the website directory as per installation instructions in this document.
488
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
489
-
490
- ### from 1.3.2 to 1.3.3
491
-
492
- - It is no longer necessary to copy the `_data` folder content to the site directory.
493
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
494
-
495
- ### from 1.3.3 to 1.4.0
496
-
497
- - Add to `classic-jekyll-theme.scss` the import of `classic/widget-support` (at end of file)
498
- - Add the following definitions to the existing `classic-jekyll-theme.scss` in your project:
499
- ^
500
-
501
- ~~~~~~
502
- $wide-icon-vposition: center;
503
- $wide-icon-hposition: left;
504
- $wide-icon-voffset: 0px;
505
- $wide-icon-hoffset: 0px;
506
- $medium-icon-vposition: center;
507
- $medium-icon-hposition: left;
508
- $medium-icon-voffset: 0px;
509
- $medium-icon-hoffset: 0px;
510
- $narrow-icon-vposition: center;
511
- $narrow-icon-hposition: left;
512
- $narrow-icon-voffset: 0px;
513
- $narrow-icon-hoffset: 0px;
514
- ~~~~~~
515
-
516
- - Alternatively copy the new `classic-jekyll-theme.scss` to your project and re-apply the changes you made.
517
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
518
-
519
- ### from 1.4.0 to 1.4.1
520
-
521
- - Add to `classic-jekyll-theme.scss` the import of `classic/support` (at end of file)
522
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
523
-
524
- ### from 1.4.1 to 1.5.0
525
-
526
- - Since `normalized.css` is now used instead of `base.scss` it is quite possible that the layout of your sites changes a little. Be sure to check the site after generation. If necessary, make any adjustments to `_sass/_normalize-override.scss` and leave the `_normalize.scss` as it is. This way it is very easy to upgrade to new versions of `normalize.css`.
527
- - Update the `classic-jekyll-theme.scss` imports as follows:
528
- ^
529
-
530
- ~~~~~
531
- // Import partials.
532
- @import
533
- "classic/normalize",
534
- "classic/normalize-override",
535
- "classic/syntax-highlighting",
536
- "classic/layout",
537
- "classic/formatting",
538
- "classic/post",
539
- "classic/page",
540
- "classic/support",
541
- "classic/widget-support"
542
- ;
543
- ~~~~~
544
- - The `$brand-color:` definition in `classic-jekyll-theme.scss` is no longer used and can be removed.
545
- - Other files that have changed: `_includes/navbanner.html`, `_sass/classic/_formatting.scss` and `_sass/classic/_syntax-highlighting.scss`. The file `_sass/classic/_base.scss` has been deleted.
546
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
547
-
548
- ### from 1.5.0 to 1.5.1
549
-
550
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
551
- - Remove the ≡ , ⇨ and ⇩ characters from the `_sass/classic-jekyll-theme.scss` file to prevent future problems. (If you had problems, you have already removed them...)
552
-
553
- ### from 1.5.1 to 1.5.2
554
-
555
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
556
- - If the (undocumented) 'description' YAML tag was used, it must be changed to 'excerpt'.
557
- - The file `_includes/header.html` was updated.
558
-
559
- ### from 1.5.2 to 1.6.0
560
-
561
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
562
- - The file `_sass/_support.html` was updated.
563
-
564
- ### from 1.6.0 to 1.7.0
565
-
566
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
567
- - The files `_layouts/default.html`, `_data/setup.yml` have been updated.
568
- - Note that the global variable _secondary_column_ has been changed to _secondary-column_.
569
- - And _tertiary_column_ has been changed to _tertiary-column_.
570
-
571
- ### from 1.7.0 to 1.7.1
572
-
573
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
574
- - The file `_includes/widgets/recent-posts.html` has been updated.
575
-
576
- ### from 1.7.1 to 1.7.2
577
-
578
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
579
- - The file `_sass/classic/_support.scss` has been updated.
580
-
581
- ### from 1.7.2 to 1.8.0
582
-
583
- - Update the version number in the `Gemfile` & delete the `Gemfile.lock` file.
584
- - In file `_data/setup.yml` added some documentation and a new setting: `navbanner-position`. This setting is described in that file.
585
- - Added the following new parameters in `_sass/classic-jekyll-theme.scss`:
586
-
587
- ~~~~
588
- $column-divider-top-spacing
589
- $column-divider-bottom-spacing
590
-
591
- $navbanner-menu-dividers-thickness
592
- $navbanner-menu-top-divider-disable
593
-
594
- $navbanner-include-banner
595
- ~~~~
596
-
597
-
598
- - In addition the following files have been changed:
320
+ ## Upgrade information
599
321
 
600
- ~~~~
601
- _layouts/default.html
602
- _sass/classic/_formatting.scss
603
- _sass/classic/_layout.scss
604
- ~~~~
605
-
606
322
  ### from 1.8.0 to 1.8.1
607
323
 
608
324
  - The file `_includes/navbanner.html` was changed.
@@ -641,9 +357,13 @@ The index for a menu item. If not present, the menu ordering is undetermined. If
641
357
 
642
358
  No changes needed.
643
359
 
360
+ ### from 1.9.1 to 1.9.2
361
+
362
+ The file `_layouts/default.html` was updated.
363
+
644
364
  ## Feedback
645
365
 
646
- Comments, bug reports, feature requests and improvements are eagerly anticipated via email: rien@balancingrock.nl.
366
+ Comments, bug reports, feature requests and improvements are eagerly anticipated via email: rien@balancingrock.nl or via [github](https://github.com/Balancingrock/classic-jekyll-theme).
647
367
 
648
368
  ## License
649
369
 
@@ -22,16 +22,16 @@
22
22
 
23
23
  {% if secondary-column == 'left' %}
24
24
  <div class="secondary-column">
25
- <div class="secondary-column-content">{% include secondary-column.html %}</div>
25
+ <div class="secondary-column-content">{% include {{ secondary-column-content }} %}</div>
26
26
  {% if tertiary-column == 'present' %}
27
- <div class="tertiary-column-content">{% include tertiary-column.html %}</div>
27
+ <div class="tertiary-column-content">{% include {{ tertiary-column-content }} %}</div>
28
28
  {% endif %}
29
29
  </div>
30
30
  <div class="secondary-divider"></div>
31
31
  {% else %}
32
32
  {% if tertiary-column == 'present' %}
33
33
  <div class="tertiary-column">
34
- <div class="tertiary-column-content">{% include tertiary-column.html %}</div>
34
+ <div class="tertiary-column-content">{% include {{ tertiary-column-content }} %}</div>
35
35
  </div>
36
36
  <div class="tertiary-divider"></div>
37
37
  {% endif %}
@@ -53,16 +53,16 @@
53
53
  {% if secondary-column == 'right' %}
54
54
  <div class="secondary-divider"></div>
55
55
  <div class="secondary-column">
56
- <div class="secondary-column-content">{% include secondary-column.html %}</div>
56
+ <div class="secondary-column-content">{% include {{ secondary-column-content }} %}</div>
57
57
  {% if tertiary-column == 'present' %}
58
- <div class="tertiary-column-content">{% include tertiary-column.html %}</div>
58
+ <div class="tertiary-column-content">{% include {{ tertiary-column-content }} %}</div>
59
59
  {% endif %}
60
60
  </div>
61
61
  {% else %}
62
62
  {% if tertiary-column == 'present' %}
63
63
  <div class="tertiary-divider"></div>
64
64
  <div class="tertiary-column">
65
- <div class="tertiary-column-content">{% include tertiary-column.html %}</div>
65
+ <div class="tertiary-column-content">{% include {{ tertiary-column-content }} %}</div>
66
66
  </div>
67
67
  {% endif %}
68
68
  {% endif %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: classic-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.1
4
+ version: 1.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rien
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-04 00:00:00.000000000 Z
11
+ date: 2017-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-feed