Auto Refresh Index.dryml

16 views
Skip to first unread message

Javier V

unread,
Aug 24, 2012, 9:12:14 AM8/24/12
to hobo...@googlegroups.com
Hi Every Body, maybe this is a old question but I don't find the answer.
I have this code and I'm trying to insert into my index.dryml because I need this page with auto-refresh option.

<meta http-equiv="refresh" content="5"/>

I want insert it into my header but when I do that all my main-nav is gone in the index.dryml

Please help.

kevinpfromnm

unread,
Aug 25, 2012, 10:47:56 PM8/25/12
to hobo...@googlegroups.com
You're probably thinking of the head, the header parameter is the part that handles the upper block in the page.  http://cookbook.hobocentral.net/api_tag_defs/page

I'd probably stick it before the title parameter:

    <extend tag="page">
      <old-page merge>
        <before-title:>
                  ... your code here
        </before-title:>
      </old-page>
    </extend>
Reply all
Reply to author
Forward
0 new messages