<!-- 1 -->
<p>
<a href="https://cdlib.org">Default link to cdlib.org page</a>
</p>
<!-- 2 -->
<p>
<a href="#some-heading">Anchor link to reference</a>
</p>
<!-- 3 -->
<p>
<a href="wordpress/external/link">Link to external site</a>
</p>
<!-- 4 -->
<p>
<a href="mailto:someone@cdlib.org">Link to email address</a>
</p>
<!-- 5 -->
<p>
<a href="https://cdlib.org/contact/cdl-document-request?document-link=https://ucofficeofthepresident.sharepoint.com/sites/cdl/cpa/licensed-resources">Link to UCOP Sharepoint page</a>
</p>
<!-- 6 -->
<p>
<a href="wordpress/document.pdf">Link to PDF</a>
</p>
<!-- 7 -->
<p>
<a href="https://cdlib.org/contact/cdl-document-request?document-link=https://ucofficeofthepresident.sharepoint.com/sites/cdl/cpa/licensed-resources/CDL-licensed-resources-with-tier-info.xlsx">Link to Excel spreadsheet on UCOP Sharepoint</a>
</p>
<!-- 8 -->
<p>
<a href="wordpress/document.doc">Link to Word document</a>
</p>
<!-- 9 -->
<p>
<a href="wordpress/document.xls">Link to Excel spreadsheet</a>
</p>
<!-- 10 -->
<p>
<a href="wordpress/document.txt">Link to text file</a>
</p>
<!-- 11 -->
<p>
<a href="wordpress/document.zip">Link to ZIP file</a>
</p>
<!-- 12 -->
<p>
<a href="wordpress/document.rtf">Link to Rich Text file</a>
</p>
{{#if link.linebreak}}<p>{{/if}}
<a href="{{ link.url }}">{{{ link.text }}}</a>
{{#if link.linebreak}}</p>{{/if}}
/* 1 */
{
"link": {
"text": "Default link to cdlib.org page",
"url": "https://cdlib.org",
"linebreak": true
}
}
/* 2 */
{
"link": {
"text": "Anchor link to reference",
"url": "#some-heading",
"linebreak": true
}
}
/* 3 */
{
"link": {
"text": "Link to external site",
"url": "wordpress/external/link",
"linebreak": true
}
}
/* 4 */
{
"link": {
"text": "Link to email address",
"url": "mailto:someone@cdlib.org",
"linebreak": true
}
}
/* 5 */
{
"link": {
"text": "Link to UCOP Sharepoint page",
"url": "https://cdlib.org/contact/cdl-document-request?document-link=https://ucofficeofthepresident.sharepoint.com/sites/cdl/cpa/licensed-resources",
"linebreak": true
}
}
/* 6 */
{
"link": {
"text": "Link to PDF",
"url": "wordpress/document.pdf",
"linebreak": true
}
}
/* 7 */
{
"link": {
"text": "Link to Excel spreadsheet on UCOP Sharepoint",
"url": "https://cdlib.org/contact/cdl-document-request?document-link=https://ucofficeofthepresident.sharepoint.com/sites/cdl/cpa/licensed-resources/CDL-licensed-resources-with-tier-info.xlsx",
"linebreak": true
}
}
/* 8 */
{
"link": {
"text": "Link to Word document",
"url": "wordpress/document.doc",
"linebreak": true
}
}
/* 9 */
{
"link": {
"text": "Link to Excel spreadsheet",
"url": "wordpress/document.xls",
"linebreak": true
}
}
/* 10 */
{
"link": {
"text": "Link to text file",
"url": "wordpress/document.txt",
"linebreak": true
}
}
/* 11 */
{
"link": {
"text": "Link to ZIP file",
"url": "wordpress/document.zip",
"linebreak": true
}
}
/* 12 */
{
"link": {
"text": "Link to Rich Text file",
"url": "wordpress/document.rtf",
"linebreak": true
}
}
No notes defined.