mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Regenerate with Hugo 0.54
This commit is contained in:
@ -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+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+02:00"/>
|
||||
<meta property="article:modified_time" content="2018-04-10T08:27:55+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 = 'contributor' and qualifier = 'author') 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" />
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user