Brachylog, 44 bytes
" "Ṣ∧"Programming Puzzles"w|"Code"wṢw"Golf"w
###Explanation
Explanation
" "Ṣ If " " = Ṣ (which is itself " ")
∧"Programming Puzzles"w Write "Programming Puzzles"
| Else
"Code"w Write "Code"
Ṣw Write " "
"Golf"w Write "Golf"