Fix some more merge conflicts

This commit is contained in:
Vincent Prouillet 2020-02-02 17:50:36 -08:00
parent 8c1faac761
commit 782cc7d686
2 changed files with 0 additions and 5 deletions

View file

@ -89,7 +89,6 @@ ignored_content = []
# A list of directories used to search for additional `.sublime-syntax` files.
extra_syntaxes = []
<<<<<<< HEAD
# Optional translation object. The key if present should be a language code.
# Example:
# default_language = "fr"

View file

@ -81,12 +81,8 @@ Decode the variable from base64.
## Built-in global functions
<<<<<<< HEAD
Zola adds a few global functions to [those in Tera](https://tera.netlify.com/docs#built-in-functions) in order to make it easier to develop complex sites.
=======
Zola adds a few global functions to [those in Tera](https://tera.netlify.com/docs/templates/#built-in-functions)
to make it easier to develop complex sites.
>>>>>>> Simple clean up of documentation. (#849)
### `get_page`