disable caching for now
This commit is contained in:
parent
7c2f59b57d
commit
5ef9d0aca3
1 changed files with 2 additions and 1 deletions
|
@ -53,6 +53,7 @@ if [[ "$action" == "posts" ]]; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
DONT_CACHE=1 # workaround
|
||||||
metadata
|
metadata
|
||||||
|
|
||||||
echo "<style>"
|
echo "<style>"
|
||||||
|
|
Loading…
Reference in a new issue