diff --git a/_docs/gen.go b/_docs/gen.go index d7af23a07..d459f71c8 100644 --- a/_docs/gen.go +++ b/_docs/gen.go @@ -36,7 +36,7 @@ func init() { if err != nil { panic(err) } - license = string(b) + license = strings.TrimSpace(string(b)) // TODO: Year check } diff --git a/_docs/public/example/blocks.content.html b/_docs/public/example/blocks.content.html index 12d847906..258bea9d4 100644 --- a/_docs/public/example/blocks.content.html +++ b/_docs/public/example/blocks.content.html @@ -13,6 +13,5 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --> diff --git a/_docs/public/example/blocks.html b/_docs/public/example/blocks.html index 2f5e6c8bc..4fa765201 100644 --- a/_docs/public/example/blocks.html +++ b/_docs/public/example/blocks.html @@ -13,7 +13,6 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - -->