tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

post_detail.html (417B)


      1 <h1 class="entry-title">
      2  <!--<a href="{{ root_url }}{{ page.url }}">{{ page.title }}</a>-->
      3 </h1>
      4 <ul>
      5  {% if post.title %}
      6  <li>
      7    {{ post.date | date: '%B %d, %Y' }}
      8    <br />
      9    {% if post.external_url %}
     10    <a href="{{ post.external_url }}">{{ post.title | escape }}</a>
     11    {% else %}
     12    <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
     13    {% endif %}
     14  </li>
     15  {% endif %}
     16 </ul>