【发布时间】:2016-12-06 17:40:26
【问题描述】:
尝试通过 HAML 向我的 Middleman App 文档的头部添加规范链接标签,但不知道如何做。
%link(rel="canonical" href="current_page.data.canonical")
使用 YAML 等
---
title: Swan Physio
description: This is the description
canonical : http://swanphysio.co.uk
---
【问题讨论】: