djangocms-page-meta
djangocms-page-meta copied to clipboard
Feature/meta robots
See #116.
Add this:
That will be rendered to this:
@corentinbettiol probably due to the many rebase and merges in #117 the diff looks a mix of this PR and 117 itself
Could you rebase this on current develop and ensure a clean diff? :bow
I'm not really used to doing rebases, did I do what you wanted?
I'm not really used to doing rebases, did I do what you wanted?
we have two options:
- create a new branch from current develop and cherry-pick robots feature related commits
- merge develop on top of the current robots branch and fix the conflicts (
git checkout feature/meta-robots && git merge origin/develop
-after syncing your fork develop with this repo)
I don't care about the commit history in PR as we are going to squash all the commits into one for merging
What is the easiest method?
What is the easiest method?
Sorry, I missed this comment
I'd go with the latter (merge develop on top of the current robots branch and fix the conflicts
) because the conflict looks limited, according to the github report
@corentinbettiol could you provide me the list on commits relevant to this PR? I will cherry pick and merge myself