Skip to content

Instantly share code, notes, and snippets.

View AdamChlan's full-sized avatar

Adam Chlan AdamChlan

View GitHub Profile
@AdamChlan
AdamChlan / featured-image-foundation.js
Created September 29, 2015 22:48
Foundation Feature Image Clearing - Add required class to first LI for featured image. This is useful when looping through images, and you can't manually add the class to the LI.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^about\.php$ /our-story [R=301,L]
# Send would-be 404 requests to Craft
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/(favicon\.ico|apple-touch-icon.*\.png)$ [NC]
RewriteRule (.+) index.php?p=$1 [QSA,L]