Skip to content
Snippets Groups Projects
Select Git revision
  • a4045ae2da485d22d3ad2f1c62d761fc8e773fa4
  • master default protected
  • julia protected
  • 6.x protected
  • python-codegen
  • llvm-15
  • 5.x protected
  • 4.6 protected
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-7.0.0
  • julia-6.4.0
  • julia-6.3.0
  • julia-6.2.0
15 results

ComputingTasks.hh

Blame
  • news.html 543 B
    ---
    title: News
    ---
    
    {% assign this_year = false %}
    {% for post in site.posts %}
    {% capture next_year %}{{post.date | date: "%Y"}}{% endcapture %}
    {% if this_year == false or this_year != next_year %}
    <h2>{{ next_year }}</h2>
    {% assign this_year = next_year %}
    {% endif %}
    <br />
    <div class="dynare_home_page_post_box" onclick="location.href='{{ post.url }}';"><h3 class="dynare_home_page_post_title">{{ post.title }}</h3>
    <span class="dynare_home_page_date">{{ post.date | date_to_long_string }}</span>
    {{ post.excerpt }}
    </div>
    {% endfor %}