Skip to content

Commit

Permalink
fix: don't cache favorites page (fix #252) (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored Apr 27, 2020
1 parent 56c0b4f commit 1ccb8bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/page-favorites.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@extends('layouts.app')

@section('content')
@php define('DONOTCACHEPAGE', true) @endphp
@while(have_posts()) @php the_post() @endphp
@include('partials.page-header')
@include('partials.content-page-favorites')
Expand Down

0 comments on commit 1ccb8bb

Please sign in to comment.