🤬
  • ■ ■ ■ ■
    _includes/rca-table.html
    skipped 28 lines
    29 29  {%- if rca.category == "rca" -%}
    30 30   <tr>
    31 31   <td>{{ rca.title }}</td>
    32  - <td><a href="{{ rca.url }}" target="_blank"><i class="fas fa-external-link-alt"></i></a></td>
     32 + <td><a href="{{ site.url }}/{{ rca.url }}" target="_blank"><i class="fas fa-external-link-alt"></i></a></td>
    33 33   </tr>
    34 34   {%- endif -%}
    35 35  {%- endfor -%}
    skipped 2 lines
Please wait...
Page is in error, reload to recover