From e4ff5198829accb37263c04c56dd41d3e1e51a0e Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 9 Dec 2014 00:16:40 +0100 Subject: [PATCH] Fix two faulty internal link/title tags --- _posts/07-04-01-Interacting-via-Code.md | 2 +- _posts/08-04-01-Compiled-Templates.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/07-04-01-Interacting-via-Code.md b/_posts/07-04-01-Interacting-via-Code.md index 63fc8b0..0c2107d 100644 --- a/_posts/07-04-01-Interacting-via-Code.md +++ b/_posts/07-04-01-Interacting-via-Code.md @@ -42,7 +42,7 @@ That is a good start. Put those two items in two different files and you've got Create a class to place that method in and you have a "Model". Create a simple `.php` file to put the presentation logic in and you have a "View", which is very nearly [MVC] - a common OOP architecture for most -[frameworks](/#frameworks_title). +[frameworks](/#frameworks). **foo.php** diff --git a/_posts/08-04-01-Compiled-Templates.md b/_posts/08-04-01-Compiled-Templates.md index 5aac5f7..80c7ec8 100644 --- a/_posts/08-04-01-Compiled-Templates.md +++ b/_posts/08-04-01-Compiled-Templates.md @@ -3,7 +3,7 @@ isChild: true anchor: compiled_templates --- -## Compiled Templates {#compiled_templates} +## Compiled Templates {#compiled_templates_title} While PHP has evolved into a mature, object oriented language, it [hasn't improved much][article_templating_engines] as a templating language. Compiled templates, like [Twig] or [Smarty]*, fill this void by offering a new syntax that has