Skip to content
Snippets Groups Projects
Select Git revision
  • 5a3bdc4eac284b797af812554c4a456d0fd3b30d
  • master default protected
  • alessandro.mangili1-master-patch-24117
  • alessandro.mangili1-master-patch-55225
  • alessandro.mangili1-master-patch-05742
  • alessandro.mangili1-master-patch-83587
  • alessandro.mangili1-master-patch-51683
  • alessandro.mangili1-master-patch-30839
  • alessandro.mangili1-master-patch-24005
  • alessandro.mangili1-master-patch-41573
  • yon/issue/23
  • yon/02-fix
  • mdbook
  • issue/22
  • issue/21
  • issue/18
  • issue/19
  • lezioni/16
  • lezioni/15
  • contributors
  • lezioni/13
  • v2023.1
22 results

index.html

Blame
  • Forked from Silab gang / Ingegneria del software
    Source project has a limited visibility.
    index.html 507 B
    ---
    layout: default
    ---
    
    <div class="home">
    
      <h1 class="page-heading">Appunti</h1>
    
      <ul class="post-list">
        {% for post in site.posts %}
          <li>
            <span class="post-meta">{{ post.date | date: "%-d %b %Y" }}</span>
    
            <h2>
              <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
            </h2>
          </li>
        {% endfor %}
      </ul>
    
      <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
    
    </div>