From 89c810f38d65b6193443b87bc43af1f47a883831 Mon Sep 17 00:00:00 2001 From: jokenox Date: Tue, 30 Jan 2018 04:17:16 -0600 Subject: [PATCH] accessOnly and postsDatePrefix options --- LICENSE | 2 +- README.md | 54 +++++++++++++++++++++++-------------- blogger.js | 73 +++++++++++++++++++++++++++++++------------------- blogger.min.js | 1 + 4 files changed, 81 insertions(+), 49 deletions(-) create mode 100644 blogger.min.js diff --git a/LICENSE b/LICENSE index 83ca0f1..c6659ac 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Kenny Cruz +Copyright (c) 2017-2018 Kenny Cruz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 0c2926a..86feae8 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,20 @@ El script "limpia" la URL, eliminando de ella la fecha ```"/YYYY/MM"``` o el ``` Para implementar **BloggerJS** en tu blog, copia todo el siguiente código: ```javascript