Skip to content

Instantly share code, notes, and snippets.

View flipty's full-sized avatar

Dave Tesch flipty

View GitHub Profile
@flipty
flipty / manifest.php
Created September 19, 2022 20:07
Entrust manifest
<?php
/* Template Name: Manifest */
get_header(); ?>
<?php
if(have_posts()):
while(have_posts()): the_post();
<LocationMatch "^/">
AddOutputFilterByType SUBSTITUTE application/x-httpd
Substitute "s|<title>|<title>⚙️|i"
</LocationMatch>