Regenerate with Hugo 0.54

This commit is contained in:
2019-02-02 14:12:57 +02:00
parent f1f9232429
commit d2c0305b28
68 changed files with 182 additions and 115 deletions

View File

@ -30,7 +30,8 @@ dspace=# \copy (select distinct text_value, count(*) as count from metadatavalue
COPY 54701
" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2017-11/" /><meta property="article:published_time" content="2017-11-02T09:37:54&#43;02:00"/>
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2017-11/" />
<meta property="article:published_time" content="2017-11-02T09:37:54&#43;02:00"/>
<meta property="article:modified_time" content="2018-04-10T08:27:55&#43;03:00"/>
<meta name="twitter:card" content="summary"/>
@ -58,7 +59,7 @@ Generate list of authors on CGSpace for Peter to go through and correct:
dspace=# \copy (select distinct text_value, count(*) as count from metadatavalue where metadata_field_id = (select metadata_field_id from metadatafieldregistry where element = &#39;contributor&#39; and qualifier = &#39;author&#39;) AND resource_type_id = 2 group by text_value order by count desc) to /tmp/authors.csv with csv;
COPY 54701
"/>
<meta name="generator" content="Hugo 0.53" />
<meta name="generator" content="Hugo 0.54.0" />