_layout.pug 1.4 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
doctype html
html(lang=config.language)
  head
    != partial('./_partials/head/head.pug', null, { cache: theme.cache })
  body
    div#container.container
      header#header.header
        div.header-inner
          != partial('./_partials/header/header.pug', null, { cache: theme.cache })

      main#main.main
        div.main-inner
          div#content.content
            div.content-inner(class=`${is_home() ? 'home' : ''}`)
              block content

          aside#sidebar.sidebar
            div.sidebar-inner
              != partial('./_partials/sidebar/sidebar.pug', null, { cache: theme.cache })

      footer#footer.footer
        div.footer-inner
          != partial('./_partials/footer/footer.pug', null, { cache: theme.cache })

    //-   if theme.back2top.enable
    //-     include ../_components/back2top.pug

    //- include ../_components/search/index.pug

    //- include ../_scripts/vendors.pug
    //- include ../_third-party/search/index.pug

    //- if theme.pjax && theme.pjax.enable
    //-   include ../_third-party/pjax.pug

    //-   div#pjax-reload
    //-     include ../_third-party/math/index.pug
    //-     include ../_third-party/quicklink.pug
    //- else
    //-   include ../_third-party/math/index.pug
    //-   include ../_third-party/quicklink.pug

    //- include ../_third-party/comments/index.pug
    //- include ../_third-party/advertising/index.pug
    //- include ../_scripts/stun.pug