diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2009-11-12 21:58:26 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2009-11-12 21:58:26 +0000 |
commit | b0464d2bcb252c8d2cef9dfca9dd7b40ec498c55 (patch) | |
tree | f39715fefd2828fd794a25fcf5301ed1ffd14ce0 /templates/includes/regions_sidebar.html | |
parent | c9022d38a303dcd756d34a2cbc4e3c49b22e0cf2 (diff) |
speed optimizations
Diffstat (limited to 'templates/includes/regions_sidebar.html')
-rw-r--r-- | templates/includes/regions_sidebar.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/includes/regions_sidebar.html b/templates/includes/regions_sidebar.html new file mode 100644 index 0000000..fcedb8d --- /dev/null +++ b/templates/includes/regions_sidebar.html @@ -0,0 +1,18 @@ +<ul> + + <li><a href="/writing/central-america/1/" title="See all writing from Central America">Central America</a></li> + </li> + + <li><a href="/writing/southeast-asia/1/" title="See all writing from Southeast Asia">Southeast Asia</a></li> + </li> + + <li><a href="/writing/central-asia/1/" title="See all writing from Central Asia">Central Asia</a></li> + </li> + + <li><a href="/writing/europe/1/" title="See all writing from Europe">Europe</a></li> + </li> + + <li><a href="/writing/north-america/1/" title="See all writing from North America">North America</a></li> + </li> + +</ul>
\ No newline at end of file |