Skip to content
Snippets Groups Projects
Select Git revision
  • af732433d70ab006b3d053e9429d8efbc7171f9f
  • master default
  • nlf-fixes
  • newton-quadratic-equation-solver
  • nlf-fixes-r
  • nls-fixes
  • sep-fixes
  • sep
  • use-dprior
  • ep-sparse
  • rebase-1
  • parfor
  • reset-seed-in-unit-tests
  • remove-persistent-variables
  • nonlinear-filter-fixes
  • pac-mce-with-composite-target
  • 6.x
  • dprior
  • covariance-quadratic-approximation
  • benchmark-ec
  • kalman_mex
  • 5.5
  • 5.4
  • 5.3
  • 5.2
  • 5.1
  • 5.0
  • 5.0-rc1
  • 4.7-beta3
  • 4.7-beta2
  • 4.7-beta1
  • 4.6.4
  • 4.6.3
  • 4.6.2
  • 4.6.1
  • 4.6.0
  • 4.6.0-rc2
  • 4.6.0-rc1
  • 4.6-beta1
  • 4.5.7
  • 4.5.6
41 results

ModFile.cc

Blame
  • Forked from Dynare / dynare
    Source project has a limited visibility.
    scripts.html 935 B
    {% if site.footer_scripts %}
      {% for script in site.footer_scripts %}
        {% if script contains "://" %}
          {% capture script_path %}{{ script }}{% endcapture %}
        {% else %}
          {% capture script_path %}{{ script | relative_url }}{% endcapture %}
        {% endif %}
        <script src="{{ script_path }}"></script>
      {% endfor %}
    {% else %}
      <script src="{{ '/assets/js/main.min.js' | relative_url }}"></script>
    {% endif %}
    
    {% if site.search == true or page.layout == "search" %}
      {%- assign search_provider = site.search_provider | default: "lunr" -%}
      {%- case search_provider -%}
        {%- when "lunr" -%}
          {% include search/lunr-search-scripts.html %}
        {%- when "google" -%}
          {% include search/google-search-scripts.html %}
        {%- when "algolia" -%}
          {% include search/algolia-search-scripts.html %}
      {%- endcase -%}
    {% endif %}
    
    {% include analytics.html %}
    {% include /comments-providers/scripts.html %}