giansi/gravstrap-theme

Error in Feed links

Closed this issue · 4 comments

Hi,

I love this theme but the feed link is broken in my site. I don't know why.

`
Server Error
Sorry, something went terribly wrong!

0 - An exception has been thrown during the rendering of a template ("Invalid argument supplied for foreach()") in "feed.atom.twig" at line 28.
`

the link after clicking the button is " http://syndes.nl/.rss "

Do you have any idea what is did wrong?

best regards

Hi,
I'm heavily refactoring the gravstrap plugin, which impacts also on this theme, to use components defining shortcodes, https://github.com/getgrav/grav-plugin-shortcode-ui, instead of yaml configuration. I look at this issue when this job is done. I hope it would be in a week. This change will obviously break the compatibility with the current version.

Just to give you a touch of what I'm talking about:

[bootstrap-navbar id=navbar fixed=top centering=none brand_text="Giansimon Diblas"]
    [bootstrap-navbar-menu id=menu_0 alignment="center" submenu="blog"][/bootstrap-navbar-menu]
    [bootstrap-navbar-menu id=menu_1 icon_type="fontawesome" alignment="right" attributes="class: my-class,rel:my-rel"]
        [link url="https://twitter.com/giansi72" icon="twitter"][/link]
        [link url="http://www.stumbleupon.com/stumbler/Giansimon" icon="stumbleupon"][/link]
    [/bootstrap-navbar-menu]
[/bootstrap-navbar]

    [bootstrap-jumbotron image="bg1.jpg" fullwidth="true" render=true]
    Cras mattis consectetur purus sit amet fermentum.
[/bootstrap-jumbotron]

[bootstrap-dropdown id=dropdown_1 render=true]
    [bootstrap-dropdown-item icon_type="fontawesome" ]
        [link url="http://example.com" menu="Products" icon="cog"][/link]
        [link url="http://example.com" menu="Contacts" icon="gavel"][/link]
    [/bootstrap-dropdown-item]
[/bootstrap-dropdown]

[bootstrap-carousel id=carousel_1 render=true]
    [bootstrap-carousel-item image="bg.jpg"]
        Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.
    [/bootstrap-carousel-item]
    [bootstrap-carousel-item image="bg1.jpg"]
        Cras mattis consectetur purus sit amet fermentum.
    [/bootstrap-carousel-item]
    [bootstrap-carousel-item image="blurred_bg.jpg"]
        Cras mattis consectetur purus sit amet fermentum.
    [/bootstrap-carousel-item]
[/bootstrap-carousel]

[bootstrap-alert id=alert1 render=true type=warning]
# Oh snap! You got an error!

Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.

[Take this action](#) {.btn .btn-danger}
[Or do this](#) {.btn .btn-default}
[/bootstrap-alert]


[bootstrap-accordion id=accordion_1 render=true]

[bootstrap-accordion-item id=accordion_item1 header_id=accordion_header1 title="Open me"]
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

[/bootstrap-accordion-item]
[bootstrap-accordion-item id=accordion_item2 header_id=accordion_header2 title="Open me too"]

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

[/bootstrap-accordion-item]
[/bootstrap-accordion]

@ocean123 I've just published the new gravstrap plugin and theme releases. I've fixed the blog injector plugin which should fix this issue giansi/grav-plugin-blog@d057341.

Let me know if it works for you. Please be very caution when you upgrade gravstrap plugin and theme because they breaks the compatibility with 0.9.x.

Hi,

I will let you know a.s.a.p.

Beste regards,

Op 9 feb. 2016, om 00:09 heeft giansi notifications@github.com het volgende geschreven:

@ocean123 https://github.com/ocean123 I've just published the new gravstrap plugin and theme releases. I've fixed the blog injector plugin which should fix this issue giansi/grav-plugin-blog@d057341 giansi/grav-plugin-blog@d057341.

Let me know if it works for you. Please be very caution when you upgrade gravstrap plugin and theme because they breaks the compatibility with 0.9.x.


Reply to this email directly or view it on GitHub #3 (comment).