diff --git a/docs/beyond_llvm.md b/docs/beyond_llvm.md
index fd944061326c880f3a4e3a6e4db9a2640cadfbe3..27a88cc6a272716e94868480509eee496a5e7e2a 100644
--- a/docs/beyond_llvm.md
+++ b/docs/beyond_llvm.md
@@ -1,8 +1,3 @@
----
-layout: default
-title: Keystone & LLVM
----
-
 ## Keystone & LLVM
 
 Keystone engine is based on the [MC component](http://blog.llvm.org/2010/04/intro-to-llvm-mc-project.html) of the LLVM compiler infrastructure, which among many stuffs has an assembler engine inside. LLVM even has a tool named *llvm-mc* that can be used to compile input string of assembly instructions.