Trevor, I can't use <%# Eval("NodeAliasPath") %> because it breaks my conditional statement, using it like this, I get linked to the parent page of the current page:
<div class="contentText contentTextTeaser">
<div class="text">
<p><%# IfEmpty(Eval("summary"),"",Eval("summary")) %>
<%# IfEmpty(Eval("summary"), "", "<a href='" + Eval("NodeAliasPath") + "'>Read more.</a>") %><br /></p>