wordpress jquery is not defined because the head tag is empty

bynicolas pointed me in the right direction by asking to look into the custom theme.
Turns out the following line was missing in the index.php on the custom theme:

<?php get_header(); ?>

After adding the above it works fine.