|
|
@ -4,13 +4,13 @@
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
{%- for path in page_paths -%}
|
|
|
|
{%- for path in page_paths -%}
|
|
|
|
{%- assign my_page = site.pages | where: "path", path | first -%}
|
|
|
|
{%- assign my_page = site.pages | where: "path", path | first -%}
|
|
|
|
{%- if my_page.title == 'mainsite' -%}
|
|
|
|
{% if my_page.title == 'mainsite' %}
|
|
|
|
<li><a href="https://pickmy.org/">pickmy.org:~$ - </a></li>
|
|
|
|
<li><a href="https://pickmy.org/">pickmy.org:~$ - </a></li>
|
|
|
|
{%- elseif my_page.title == '/git' -%}
|
|
|
|
{% elsif my_page.title == '/git' %}
|
|
|
|
<li><a href="https://git.pickmy.org">/git</a></li>
|
|
|
|
<li><a href="https://git.pickmy.org">/git</a></li>
|
|
|
|
{%- else -%}
|
|
|
|
{% else %}
|
|
|
|
<li><a href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a></li>
|
|
|
|
<li><a href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a></li>
|
|
|
|
{%- endif -%}
|
|
|
|
{% endif %}
|
|
|
|
{%- endfor -%}
|
|
|
|
{%- endfor -%}
|
|
|
|
<li> | <?php
|
|
|
|
<li> | <?php
|
|
|
|
$message_array = file("/var/www/pickmy/taglines.txt");
|
|
|
|
$message_array = file("/var/www/pickmy/taglines.txt");
|
|
|
|